1
0
mirror of https://github.com/github/gitignore synced 2024-12-05 01:45:42 +01:00
gitignore/SugarCRM.gitignore
Consilience Media 7c62ff1e4d Update SugarCRM.gitignore for SugarCRM 6.5.8
Added blowfish, which has moved from cache to custom. cache/htmlclean is a new directory. custom/application has moved up a level to custom/Extension/application
2012-12-18 01:15:19 +00:00

38 lines
866 B
Plaintext

## SugarCRM
# Ignore custom .htaccess stuff.
/.htaccess
# 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/*
cache/jsLanguage/*
cache/modules/*
!cache/modules/emails
!cache/modules/Emails
cache/pdf/*
cache/smarty/cache/*
cache/smarty/templates_c/*
cache/themes/*
cache/xml/*
cache/htmlclean/URI/*
cache/htmlclean/HTML/*
# Ignore some files and directories from the custom directory.
custom/history/*
custom/modulebuilder/*
custom/working/*
custom/modules/*/Ext/
custom/application/Ext/*
custom/Extension/application/Ext/*
custom/blowfish/*
# Custom configuration should also be ignored.
/config.php
/config_override.php
# The silent upgrade scripts aren't needed.
silentUpgrade*.php
# Logs files can safely be ignored.
*.log