mirror of
https://github.com/github/gitignore
synced 2024-12-05 01:45:42 +01:00
Ignore the annoying cache directory completely.
This commit is contained in:
parent
8024d24edd
commit
31e3efbb00
@ -1,23 +1,8 @@
|
|||||||
## SugarCRM
|
## SugarCRM
|
||||||
# Ignore custom .htaccess stuff.
|
# Ignore custom .htaccess stuff.
|
||||||
/.htaccess
|
/.htaccess
|
||||||
# Ignore large parts of the annoying cache directory without breaking things.
|
# Ignore the cache directory completely. *ATTENTION!* This will break things!
|
||||||
cache/csv/*
|
cache/*
|
||||||
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/*
|
|
||||||
# Ignore some files and directories from the custom directory.
|
# Ignore some files and directories from the custom directory.
|
||||||
custom/history/*
|
custom/history/*
|
||||||
custom/modulebuilder/*
|
custom/modulebuilder/*
|
||||||
|
Loading…
Reference in New Issue
Block a user