gitkeeps
frdel committed
Jun 10, 2024 at 16:21 UTC
1cfed034b3c20498c3b3669ec1905cdb7527f2fa
3 files changed
+2
-2
.gitignore
+2
-2
@@ -7,9 +7,9 @@
7
# Ignore all contents of the directory "work_dir"
8
work_dir/*
9
# But do not ignore the directory itself
10
-!work_dir
10
+!work_dir/.gitkeep
11
12
# Ignore all contents of the directory "memory"
13
memory/*
14
# But do not ignore the directory itself
15
-!memory
\ No newline at end of file
15
+!memory/.gitkeep
\ No newline at end of file