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

4
.gitignore vendored
View File

@ -191,6 +191,7 @@ ipython_config.py
# Icon must end with two \r
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