Commit 1c580917 authored by Jens Jahnke's avatar Jens Jahnke

Explanations for ignoring the cache directory

I wrote a more explanatory comment regarding the cache directory
and why it is ignored.
parent b34ccb38
## SugarCRM ## SugarCRM
# Ignore custom .htaccess stuff. # Ignore custom .htaccess stuff.
/.htaccess /.htaccess
# Ignore the cache directory completely. ATTENTION! This will break things! # Ignore the cache directory completely.
# This will break the current behaviour. Which was often leading to
# the misuse of the repository as backup replacement.
# For development the cache directory can be safely ignored and
# therefore it is ignored.
/cache/ /cache/
# Ignore some files and directories from the custom directory. # Ignore some files and directories from the custom directory.
/custom/history/ /custom/history/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment