2020-09-02 18:57:08 +02:00
|
|
|
# ignore the error log and .htaccess and others
|
|
|
|
error_log
|
|
|
|
.htaccess
|
|
|
|
|
|
|
|
# concrete5 5.6 specific
|
|
|
|
|
2015-08-28 10:44:04 +02:00
|
|
|
config/site.php
|
|
|
|
files/cache/*
|
|
|
|
files/tmp/*
|
2020-09-02 18:57:08 +02: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
|