diff --git a/.gitignore b/.gitignore index 12d9186..ba034bb 100644 --- a/.gitignore +++ b/.gitignore @@ -189,7 +189,8 @@ ipython_config.py .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -251,3 +252,6 @@ $RECYCLE.BIN/ # .nfs files are created when an open file is removed but is still being accessed .nfs* +# ---> Custom +Scripts/Experiments/** +!**/.gitkeep