Ignoring Scripts/Experiments files and always tracking .gitkeep files
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -189,7 +189,8 @@ ipython_config.py
|
|||||||
.LSOverride
|
.LSOverride
|
||||||
|
|
||||||
# Icon must end with two \r
|
# Icon must end with two \r
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
@@ -251,3 +252,6 @@ $RECYCLE.BIN/
|
|||||||
# .nfs files are created when an open file is removed but is still being accessed
|
# .nfs files are created when an open file is removed but is still being accessed
|
||||||
.nfs*
|
.nfs*
|
||||||
|
|
||||||
|
# ---> Custom
|
||||||
|
Scripts/Experiments/**
|
||||||
|
!**/.gitkeep
|
||||||
|
|||||||
Reference in New Issue
Block a user