aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <brendan@github.com>2016-07-26 06:59:51 +1000
committerGitHub <noreply@github.com>2016-07-26 06:59:51 +1000
commitf0e244ef210c1ed5c468cc8c82f3e63527376492 (patch)
tree52f3e909b535d0cff767e8c3002b1bdb768bc4e6
parentfe7a6d23f30dfe147815c3d9b53b044ab50eb428 (diff)
parentf88f48845d767e267f8339550450af2e635ec706 (diff)
downloadgitignore-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.gitignore2
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/