Created
August 1, 2014 02:39
-
-
Save andrewmallis/014120d75d62aa291a4d to your computer and use it in GitHub Desktop.
.gitconfig
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
# Drupal # | |
########## | |
sites/*.local | |
docroot/sites/*.local | |
sites/*/files | |
sites/*/files/* | |
files/* | |
settings.php | |
# Ignore paths that contain user-generated content. | |
/sites/*/files | |
/sites/*/private | |
/files/* | |
/cache | |
# ** Only works in OSs that support newer versions of fnmatch (Bash 4+) | |
/sites/default/**/files | |
/sites/default/**/private | |
# Packages # | |
############ | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Logs and databases # | |
###################### | |
*.log | |
*.sql | |
# OS generated files # | |
###################### | |
.DS_Store* | |
ehthumbs.db | |
Icon? | |
Thumbs.db | |
._* | |
# Eclipse # | |
########### | |
.project | |
.buildpath | |
.settings* | |
# Vim generated files # | |
###################### | |
*.un~ | |
# SASS # | |
######## | |
.sass-cache | |
# MISC # | |
######## | |
.idea | |
.vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment