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

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