Skip to content

Instantly share code, notes, and snippets.

@maestrojed
Created December 4, 2013 19:11
Show Gist options
  • Save maestrojed/7793597 to your computer and use it in GitHub Desktop.
Save maestrojed/7793597 to your computer and use it in GitHub Desktop.
A .gitignore boilerplate for drupal projects
# Ignore configuration files that may contain sensitive information.
*settings*.php
# Ignore paths that contain user-generated content.
files
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
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.project
drushrc.php
.bash_history
# SASS CACHE #
##############
*.scssc
*.sass-cache
.saas-cache
# Other Version Control #
#########################
.cvsignore
#IDE Specific Files#
####################
.project
*.bbprojectd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment