Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # Ignore configuration files that may contain sensitive information.
  2. sites/*/settings*.php
  3.  
  4. # Ignore paths that contain user-generated content.
  5. sites/*/files
  6. sites/*/private
  7.  
  8. # Ignore .htaccess
  9. # changed for server security, Options +SymLinksifOwnerMatch
  10. #.htaccess
  11. #.htpasswd
  12. #htusers
  13.  
  14. # Ignore backups and archives
  15. *~
  16. *bak
  17. *.sql
  18. *.tar
  19. *.gz
  20. *.tgz
  21.  
  22. # Ignore Compass temp & devel files
  23. .sass-cache
  24. *.css.map
  25.  
  26. # Ignore CSS files - generate them
  27. sites/all/themes/*/css/
  28.  
  29. # IDE files
  30. .buildpath
  31. .project
  32. .settings
  33. .metadata
  34. .cache
  35. .idea
  36. *.sublime-*
  37. *.esproj
  38. .directory
  39.  
  40. # Ignore CTags
  41. .tags*
  42.  
  43. # Mac OS X specific files
  44. .DS_Store
  45. ._*
  46. .AppleDouble
  47. .LSOverride
  48. Icon
  49. # Files that might appear on external disk
  50. .Spotlight-V100
  51. .Trashes
  52.  
  53. # Thumbnails
  54. Thumbs.db
  55.  
  56. # Server files
  57. awstats-icon
  58. awstatsicons
  59. icon
  60.  
  61. # Dev
  62. FirePHPCore
  63.  
  64. # Modules and themes used for testing or dev.
  65. sites/all/modules/contrib/styleguide/
  66. sites/all/modules/contrib/seo_checklist/
  67. sites/all/modules/contrib/checklistapi/
  68. sites/all/modules/contrib/examples/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement