Skip to content

Instantly share code, notes, and snippets.

@becw
Created April 12, 2013 16:02
Show Gist options
  • Save becw/5373081 to your computer and use it in GitHub Desktop.
Save becw/5373081 to your computer and use it in GitHub Desktop.
Default .gitignore #drupal7
# Exclude IDE management files.
# Eclipse
.project
.settings
.buildpath
# Netbeans
netbeans
# Exclude hidden OS files.
.DS_Store
._*
Thumbs.db
# Exclude other VCS tracking files.
#CVS
.#*
.svn
.bzr
# Exclude files used by FTP, Dreamweaver, Frontpage, vi, etc.
WS_FTP.LOG
_notes
_vti_*
*.LCK
*.TMP
*~
# Exclude Vagrant state
.vagrant
# Ignore Drupal's files directories.
/www/files
/www/sites/default/files
/www/sites/default/private
# Ignore local settings file for working-copy-specific overrides.
/www/sites/default/settings.local.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment