diff options
author | Brendan Forster <brendan@github.com> | 2016-07-26 06:59:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 06:59:51 +1000 |
commit | f0e244ef210c1ed5c468cc8c82f3e63527376492 (patch) | |
tree | 52f3e909b535d0cff767e8c3002b1bdb768bc4e6 | |
parent | fe7a6d23f30dfe147815c3d9b53b044ab50eb428 (diff) | |
parent | f88f48845d767e267f8339550450af2e635ec706 (diff) | |
download | gitignore-f0e244ef210c1ed5c468cc8c82f3e63527376492.tar.gz gitignore-f0e244ef210c1ed5c468cc8c82f3e63527376492.zip |
Merge pull request #2050 from tevfik6/master
Adding index.html files for cache and upload folders
-rw-r--r-- | SugarCRM.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 842c3ec5..e9270205 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -7,6 +7,7 @@ # For development the cache directory can be safely ignored and # therefore it is ignored. /cache/ +!/cache/index.html # Ignore some files and directories from the custom directory. /custom/history/ /custom/modulebuilder/ @@ -22,4 +23,5 @@ *.log # Ignore the new upload directories. /upload/ +!/upload/index.html /upload_backup/ |