Last active
August 5, 2016 05:40
-
-
Save macmladen/997f9d50736943f0e9f8 to your computer and use it in GitHub Desktop.
**DEPRECATED:** Moved here https://gist.github.com/macmladen/3a71b6d1c4861f9cb185
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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