Skip to content

Instantly share code, notes, and snippets.

@mindmergedesign
Last active December 15, 2015 06:49
Show Gist options
  • Save mindmergedesign/5218842 to your computer and use it in GitHub Desktop.
Save mindmergedesign/5218842 to your computer and use it in GitHub Desktop.
Drupal gitignore template
# Sensitive information #
#########################
# Ignore configuration files that may contain sensitive information.
sites/*/settings*.php
# User Generated Content #
##########################
sites/*/files
sites/*/private
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# It's better to unpack these files and commit the raw source, git has its own
# built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
*/.sass-cache
*.scssc
@mindmergedesign
Copy link
Author

Based on Lullabot's boilerplate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment