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.
dir/
dir/*
1 parent ff6fa23 commit b34ccb3Copy full SHA for b34ccb3
SugarCRM.gitignore
@@ -2,13 +2,13 @@
2
# Ignore custom .htaccess stuff.
3
/.htaccess
4
# Ignore the cache directory completely. ATTENTION! This will break things!
5
-/cache/*
+/cache/
6
# Ignore some files and directories from the custom directory.
7
-/custom/history/*
8
-/custom/modulebuilder/*
9
-/custom/working/*
+/custom/history/
+/custom/modulebuilder/
+/custom/working/
10
/custom/modules/*/Ext/
11
-/custom/application/Ext/*
+/custom/application/Ext/
12
# Custom configuration should also be ignored.
13
/config.php
14
/config_override.php
@@ -17,5 +17,5 @@
17
# Logs files can safely be ignored.
18
*.log
19
# Ignore the new upload directories.
20
-/upload/*
21
-/upload_backup/*
+/upload/
+/upload_backup/
0 commit comments