code.gitea.io/gitea@v1.21.7/options/gitignore/Concrete5 (about) 1 # ignore the error log and .htaccess and others 2 error_log 3 .htaccess 4 5 # concrete5 5.6 specific 6 7 config/site.php 8 files/cache/* 9 files/tmp/* 10 11 # concrete5 5.7 specific 12 13 # ignore everything but the index.html 14 /application/files/* 15 !/application/files/index.html 16 17 # ignore updates folder 18 /updates/* 19 20 # ignore sitemap.xml 21 /sitemap.xml