We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88f488 commit 699b4a4Copy full SHA for 699b4a4
SugarCRM.gitignore
@@ -6,7 +6,7 @@
6
# the misuse of the repository as backup replacement.
7
# For development the cache directory can be safely ignored and
8
# therefore it is ignored.
9
-/cache/
+/cache/*
10
!/cache/index.html
11
# Ignore some files and directories from the custom directory.
12
/custom/history/
@@ -22,6 +22,6 @@
22
# Logs files can safely be ignored.
23
*.log
24
# Ignore the new upload directories.
25
-/upload/
+/upload/*
26
!/upload/index.html
27
/upload_backup/
0 commit comments