gitignore/SugarCRM.gitignore

32 lines
721 B
Plaintext
Raw Normal View History

2011-06-29 10:44:52 +02:00
## SugarCRM
# Ignore custom .htaccess stuff.
/.htaccess
2011-06-29 10:44:52 +02:00
# Ignore large parts of the annoying cache directory without breaking things.
cache/csv/*
cache/dashlets/*
cache/diagnostic/*
cache/dynamic_fields/*
cache/feeds/*
cache/import/*
cache/include/*
2011-06-29 10:44:52 +02:00
cache/jsLanguage/*
cache/modules/*
!cache/modules/emails
!cache/modules/Emails
2011-06-29 10:44:52 +02:00
cache/pdf/*
cache/smarty/cache/*
cache/smarty/templates_c/*
cache/themes/*
2011-06-29 10:44:52 +02:00
cache/xml/*
# Ignore some files and directories from the custom directory.
custom/history/*
custom/modulebuilder/*
custom/working/*
2011-06-29 10:44:52 +02:00
# Custom configuration should also be ignored.
/config.php
/config_override.php
2011-06-29 10:44:52 +02:00
# The silent upgrade scripts aren't needed.
silentUpgrade*.php
# Logs files can safely be ignored.
*.log