gitignore/Concrete5.gitignore

22 lines
326 B
Plaintext
Raw Normal View History

2020-02-10 01:09:03 +01:00
# ignore the error log and .htaccess and others
error_log
.htaccess
# concrete5 5.6 specific
2010-11-09 23:56:37 +01:00
config/site.php
files/cache/*
2013-10-06 14:40:01 +02:00
files/tmp/*
2020-02-10 01:09:03 +01:00
# 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