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

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Ignore configuration files that may contain sensitive information.
  2. sites/*/*settings*.php
  3. sites/example.sites.php
  4. # Ignore paths that contain generated content.
  5. files/
  6. sites/*/files
  7. sites/*/private
  8. sites/*/translations
  9. # Ignore default text files
  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/README.txt
  19. sites/all/libraries/README.txt
  20. sites/all/modules/README.txt
  21. sites/all/themes/README.txt
  22. # Ignore everything but the "sites" folder ( for non core developer )
  23. .htaccess
  24. web.config
  25. authorize.php
  26. cron.php
  27. index.php
  28. install.php
  29. update.php
  30. xmlrpc.php
  31. /includes
  32. /misc
  33. /modules
  34. /profiles
  35. /scripts
  36. /themes