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 934B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # gitignore template for Drupal 8 projects
  2. #
  3. # earlier versions of Drupal are tracked in `community/Python/`
  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 drupal core (if not versioning drupal sources)
  18. /core
  19. /modules/README.txt
  20. /profiles/README.txt
  21. /sites/README.txt
  22. /sites/example.sites.php
  23. /sites/example.settings.local.php
  24. /sites/development.services.yml
  25. /themes/README.txt
  26. /vendor
  27. /.csslintrc
  28. /.editorconfig
  29. /.eslintignore
  30. /.eslintrc.json
  31. /.gitattributes
  32. /.htaccess
  33. /autoload.php
  34. /composer.json
  35. /composer.lock
  36. /example.gitignore
  37. /index.php
  38. /LICENSE.txt
  39. /README.txt
  40. /robots.txt
  41. /update.php
  42. /web.config