Skip to content

Commit bb8eb06

Browse files
committed
Merge pull request #174 from jan0sch/master
Ignore file for SugarCRM
2 parents 20a14b7 + 3e939a5 commit bb8eb06

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

SugarCRM.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## SugarCRM
2+
# Ignore custom .htaccess stuff.
3+
/.htaccess
4+
# Ignore large parts of the annoying cache directory without breaking things.
5+
cache/csv/*
6+
cache/dashlets/*
7+
cache/diagnostic/*
8+
cache/dynamic_fields/*
9+
cache/feeds/*
10+
cache/import/*
11+
cache/include/*
12+
cache/jsLanguage/*
13+
cache/modules/*
14+
!cache/modules/emails
15+
!cache/modules/Emails
16+
cache/pdf/*
17+
cache/smarty/cache/*
18+
cache/smarty/templates_c/*
19+
cache/themes/*
20+
cache/xml/*
21+
# Ignore some files and directories from the custom directory.
22+
custom/history/*
23+
custom/modulebuilder/*
24+
custom/working/*
25+
# Custom configuration should also be ignored.
26+
/config.php
27+
/config_override.php
28+
# The silent upgrade scripts aren't needed.
29+
silentUpgrade*.php
30+
# Logs files can safely be ignored.
31+
*.log

0 commit comments

Comments
 (0)