This commit is contained in:
frdel
2024-06-10 16:21:04 +02:00
parent b9e1120a8e
commit 1cfed034b3
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
# Ignore all contents of the directory "work_dir" # Ignore all contents of the directory "work_dir"
work_dir/* work_dir/*
# But do not ignore the directory itself # But do not ignore the directory itself
!work_dir !work_dir/.gitkeep
# Ignore all contents of the directory "memory" # Ignore all contents of the directory "memory"
memory/* memory/*
# But do not ignore the directory itself # But do not ignore the directory itself
!memory !memory/.gitkeep
View File
View File