Created
October 14, 2016 19:31
-
-
Save chilic/eb54d127e7265af0fb1ebb1bc5eecb10 to your computer and use it in GitHub Desktop.
Global .gitignore
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
# 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