.gitignore 620 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # ---> Drupal
  2. # Ignore configuration files that may contain sensitive information.
  3. sites/*/*settings*.php
  4. # Ignore paths that contain generated content.
  5. files/
  6. sites/*/files
  7. sites/*/private
  8. # Ignore default text files
  9. robots.txt
  10. /CHANGELOG.txt
  11. /COPYRIGHT.txt
  12. /INSTALL*.txt
  13. /LICENSE.txt
  14. /MAINTAINERS.txt
  15. /UPGRADE.txt
  16. /README.txt
  17. sites/all/README.txt
  18. sites/all/modules/README.txt
  19. sites/all/themes/README.txt
  20. # Ignore everything but the "sites" folder ( for non core developer )
  21. .htaccess
  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