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 88320f2 commit 4735a0fCopy full SHA for 4735a0f
SugarCRM.gitignore
@@ -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