提交 1c580917 编写于 作者: J Jens Jahnke

Explanations for ignoring the cache directory

I wrote a more explanatory comment regarding the cache directory
and why it is ignored.
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册