Update concrete5 gitignore (#3176)

This commit is contained in:
shahroq 2020-02-10 01:09:03 +01:00 committed by GitHub
parent 7b5783ace7
commit 7cc00a1cd0
1 changed files with 18 additions and 1 deletions

View File

@ -1,4 +1,21 @@
# ignore the error log and .htaccess and others
error_log
.htaccess
# concrete5 5.6 specific
config/site.php config/site.php
files/cache/* files/cache/*
files/tmp/* files/tmp/*
.htaccess
# concrete5 5.7 specific
# ignore everything but the index.html
/application/files/*
!/application/files/index.html
# ignore updates folder
/updates/*
# ignore sitemap.xml
/sitemap.xml