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.

Drupal.gitignore 980B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # gitignore template for Drupal 8 projects
  2. #
  3. # earlier versions of Drupal are tracked in `community/PHP/`
  4. # Ignore configuration files that may contain sensitive information
  5. /sites/*/*settings*.php
  6. /sites/*/*services*.yml
  7. # Ignore paths that may contain user-generated content
  8. /sites/*/files
  9. /sites/*/public
  10. /sites/*/private
  11. /sites/*/files-public
  12. /sites/*/files-private
  13. # Ignore paths that may contain temporary files
  14. /sites/*/translations
  15. /sites/*/tmp
  16. /sites/*/cache
  17. # Ignore testing related files
  18. /sites/simpletest
  19. # Ignore drupal core (if not versioning drupal sources)
  20. /core
  21. /vendor
  22. /modules/README.txt
  23. /profiles/README.txt
  24. /themes/README.txt
  25. /sites/README.txt
  26. /sites/example.sites.php
  27. /sites/example.settings.local.php
  28. /sites/development.services.yml
  29. /.csslintrc
  30. /.editorconfig
  31. /.eslintignore
  32. /.eslintrc.json
  33. /.gitattributes
  34. /.ht.router.php
  35. /.htaccess
  36. /autoload.php
  37. /example.gitignore
  38. /index.php
  39. /INSTALL.txt
  40. /LICENSE.txt
  41. /README.txt
  42. /robots.txt
  43. /update.php
  44. /web.config