diff --git a/.gitignore b/.gitignore index 5509140f..742e0b2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ +# mac artefacts *.DS_Store + +# sublime text stuff (the -project should actually be shared, but then we'd have to share the same disk location) +*.sublime-project +*.sublime-workspace \ No newline at end of file