Skip to content

Commit 699b4a4

Browse files
authored
ensure the following ! rules are included
1 parent f88f488 commit 699b4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SugarCRM.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# the misuse of the repository as backup replacement.
77
# For development the cache directory can be safely ignored and
88
# therefore it is ignored.
9-
/cache/
9+
/cache/*
1010
!/cache/index.html
1111
# Ignore some files and directories from the custom directory.
1212
/custom/history/
@@ -22,6 +22,6 @@
2222
# Logs files can safely be ignored.
2323
*.log
2424
# Ignore the new upload directories.
25-
/upload/
25+
/upload/*
2626
!/upload/index.html
2727
/upload_backup/

0 commit comments

Comments
 (0)