Skip to content

Commit 4735a0f

Browse files
author
Jens Jahnke
committed
Added an ignore file for sugarcrm.
1 parent 88320f2 commit 4735a0f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

SugarCRM.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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/jsLanguage/*
12+
cache/modules/*
13+
!cache/modules/emails
14+
cache/pdf/*
15+
cache/smarty/cache/*
16+
cache/smarty/templates_c/*
17+
cache/xml/*
18+
# Custom configuration should also be ignored.
19+
config.php
20+
config_override.php
21+
# The silent upgrade scripts aren't needed.
22+
silentUpgrade*.php
23+
# Logs files can safely be ignored.
24+
*.log

0 commit comments

Comments
 (0)