Created
July 17, 2016 00:55
-
-
Save jmolivas/44a7a867dde05b7692519cf757b7c41e to your computer and use it in GitHub Desktop.
Global gitignore file
This file contains 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
# Composer | |
vendor | |
# OS generated files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# IDE | |
.idea | |
/nbproject | |
# 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 | |
# Drupal | |
# Patch/diff artifacts. | |
*.patch | |
*.diff | |
*.orig | |
*.rej | |
interdiff*.txt | |
# Excludes for installed Drupal site | |
sites/*/files/ | |
sites/*/settings.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment