summaryrefslogtreecommitdiffstats
path: root/options/gitignore/SugarCRM
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2018-11-03 23:06:09 +0100
committertechknowlogick <hello@techknowlogick.com>2018-11-03 18:06:09 -0400
commit57a8440db372d3b2a01d3ef12a4a560424a08657 (patch)
tree6afb467015b1e695ea54eef6d6820d92827eacd7 /options/gitignore/SugarCRM
parent54259e2f880365d65340ade6608007b3c5eb2ed5 (diff)
downloadgitea-57a8440db372d3b2a01d3ef12a4a560424a08657.tar.gz
gitea-57a8440db372d3b2a01d3ef12a4a560424a08657.zip
Update gitignore list (#5258)
* update gitignore * Handle symlink in tar * Add some logs
Diffstat (limited to 'options/gitignore/SugarCRM')
-rw-r--r--options/gitignore/SugarCRM4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/gitignore/SugarCRM b/options/gitignore/SugarCRM
index e9270205fd..6a183d1c74 100644
--- a/options/gitignore/SugarCRM
+++ b/options/gitignore/SugarCRM
@@ -6,7 +6,7 @@
# the misuse of the repository as backup replacement.
# For development the cache directory can be safely ignored and
# therefore it is ignored.
-/cache/
+/cache/*
!/cache/index.html
# Ignore some files and directories from the custom directory.
/custom/history/
@@ -22,6 +22,6 @@
# Logs files can safely be ignored.
*.log
# Ignore the new upload directories.
-/upload/
+/upload/*
!/upload/index.html
/upload_backup/