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

12345678910111213141516171819202122232425262728293031323334353637
  1. # Ignore configuration files that may contain sensitive information.
  2. sites/*/*settings*.php
  3. # Ignore paths that contain generated content.
  4. cache/
  5. files/
  6. sites/*/files
  7. sites/*/private
  8. # Ignore default text files
  9. .htaccess
  10. robots.txt
  11. /CHANGELOG.txt
  12. /COPYRIGHT.txt
  13. /INSTALL*.txt
  14. /LICENSE.txt
  15. /MAINTAINERS.txt
  16. /UPGRADE.txt
  17. /README.txt
  18. sites/all/README.txt
  19. sites/all/modules/README.txt
  20. sites/all/themes/README.txt
  21. # Ignore everything but the "sites" folder ( for non core developer )
  22. web.config
  23. authorize.php
  24. cron.php
  25. index.php
  26. install.php
  27. update.php
  28. xmlrpc.php
  29. /includes
  30. /misc
  31. /modules
  32. /profiles
  33. /scripts
  34. /themes