Ignoring Scripts/Experiments files and always tracking .gitkeep files

This commit is contained in:
Christian Risi 2025-09-19 08:39:47 +02:00
parent 00b87e01ea
commit 82c9023849

6
.gitignore vendored
View File

@ -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