|
@@ -6,7 +6,7 @@
|
|
# the misuse of the repository as backup replacement.
|
|
# the misuse of the repository as backup replacement.
|
|
# For development the cache directory can be safely ignored and
|
|
# For development the cache directory can be safely ignored and
|
|
# therefore it is ignored.
|
|
# therefore it is ignored.
|
|
-/cache/
|
|
|
|
|
|
+/cache/*
|
|
!/cache/index.html
|
|
!/cache/index.html
|
|
# Ignore some files and directories from the custom directory.
|
|
# Ignore some files and directories from the custom directory.
|
|
/custom/history/
|
|
/custom/history/
|
|
@@ -22,6 +22,6 @@
|
|
# Logs files can safely be ignored.
|
|
# Logs files can safely be ignored.
|
|
*.log
|
|
*.log
|
|
# Ignore the new upload directories.
|
|
# Ignore the new upload directories.
|
|
-/upload/
|
|
|
|
|
|
+/upload/*
|
|
!/upload/index.html
|
|
!/upload/index.html
|
|
/upload_backup/
|
|
/upload_backup/
|