You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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