Skip to content

Instantly share code, notes, and snippets.

@chilic
Created October 14, 2016 19:31
Show Gist options
  • Save chilic/eb54d127e7265af0fb1ebb1bc5eecb10 to your computer and use it in GitHub Desktop.
Save chilic/eb54d127e7265af0fb1ebb1bc5eecb10 to your computer and use it in GitHub Desktop.
Global .gitignore
# Patch/diff artifacts.
*.diff
*.orig
*.rej
interdiff*.txt
# emacs artifacts.
*~
\#*\#
# VI swap file
*.swp
# Hidden files.
.DS*
.project
# Windows links.
*.lnk
# Temporary files.
tmp*
# Excludes for installed Drupal site
sites/*/files/
sites/*/settings.php
sites/*/services*.yml
sites/*/settings*.php
sites/*.dev/
sites/*.local/
# Exclude IDE's project directory
nbproject
.idea
.settings
*.sublime-workspace
*.sublime-project
*jsconfig.json
.vscode
# Exclude vagrant files
.vagrant
# Python
*.pyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment