Skip to content

Commit b34ccb3

Browse files
author
Jens Jahnke
committed
Adapted the ignored directories to use dir/ instead of dir/*
1 parent ff6fa23 commit b34ccb3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

SugarCRM.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# Ignore custom .htaccess stuff.
33
/.htaccess
44
# Ignore the cache directory completely. ATTENTION! This will break things!
5-
/cache/*
5+
/cache/
66
# Ignore some files and directories from the custom directory.
7-
/custom/history/*
8-
/custom/modulebuilder/*
9-
/custom/working/*
7+
/custom/history/
8+
/custom/modulebuilder/
9+
/custom/working/
1010
/custom/modules/*/Ext/
11-
/custom/application/Ext/*
11+
/custom/application/Ext/
1212
# Custom configuration should also be ignored.
1313
/config.php
1414
/config_override.php
@@ -17,5 +17,5 @@
1717
# Logs files can safely be ignored.
1818
*.log
1919
# Ignore the new upload directories.
20-
/upload/*
21-
/upload_backup/*
20+
/upload/
21+
/upload_backup/

0 commit comments

Comments
 (0)