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.

Drupal7 805B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # gitignore template for Drupal 7 projects
  2. #
  3. # It is recommended that you use `Drupal.gitignore` as this is the latest version
  4. # Ignore configuration files that may contain sensitive information.
  5. sites/*/*settings*.php
  6. sites/example.sites.php
  7. # Ignore paths that contain generated content.
  8. files/
  9. sites/*/files
  10. sites/*/private
  11. sites/*/translations
  12. # Ignore default text files
  13. robots.txt
  14. /CHANGELOG.txt
  15. /COPYRIGHT.txt
  16. /INSTALL*.txt
  17. /LICENSE.txt
  18. /MAINTAINERS.txt
  19. /UPGRADE.txt
  20. /README.txt
  21. sites/README.txt
  22. sites/all/libraries/README.txt
  23. sites/all/modules/README.txt
  24. sites/all/themes/README.txt
  25. # Ignore everything but the "sites" folder ( for non core developer )
  26. .htaccess
  27. web.config
  28. authorize.php
  29. cron.php
  30. index.php
  31. install.php
  32. update.php
  33. xmlrpc.php
  34. /includes
  35. /misc
  36. /modules
  37. /profiles
  38. /scripts
  39. /themes