Skip to content

Instantly share code, notes, and snippets.

@macmladen
Last active August 5, 2016 05:40
Show Gist options
  • Save macmladen/997f9d50736943f0e9f8 to your computer and use it in GitHub Desktop.
Save macmladen/997f9d50736943f0e9f8 to your computer and use it in GitHub Desktop.
# Ignore configuration files that may contain sensitive information.
sites/*/settings*.php
# Ignore paths that contain user-generated content.
sites/*/files
sites/*/private
# Ignore .htaccess
# changed for server security, Options +SymLinksifOwnerMatch
#.htaccess
#.htpasswd
#htusers
# Ignore backups and archives
*~
*bak
*.sql
*.tar
*.gz
*.tgz
# Ignore Compass temp & devel files
.sass-cache
*.css.map
# Ignore CSS files - generate them
sites/all/themes/*/css/
# IDE files
.buildpath
.project
.settings
.metadata
.cache
.idea
*.sublime-*
*.esproj
.directory
# Ignore CTags
.tags*
# Mac OS X specific files
.DS_Store
._*
.AppleDouble
.LSOverride
Icon
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Thumbnails
Thumbs.db
# Server files
awstats-icon
awstatsicons
icon
# Dev
FirePHPCore
# Modules and themes used for testing or dev.
sites/all/modules/contrib/styleguide/
sites/all/modules/contrib/seo_checklist/
sites/all/modules/contrib/checklistapi/
sites/all/modules/contrib/examples/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment