您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Concrete5.gitignore 326B

123456789101112131415161718192021
  1. # ignore the error log and .htaccess and others
  2. error_log
  3. .htaccess
  4. # concrete5 5.6 specific
  5. config/site.php
  6. files/cache/*
  7. files/tmp/*
  8. # concrete5 5.7 specific
  9. # ignore everything but the index.html
  10. /application/files/*
  11. !/application/files/index.html
  12. # ignore updates folder
  13. /updates/*
  14. # ignore sitemap.xml
  15. /sitemap.xml