gitkeeps
This commit is contained in:
+2
-2
@@ -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
|
||||||
Reference in New Issue
Block a user