Created
March 18, 2016 23:33
-
-
Save andrewmallis/66bc346a9979fd5cba81 to your computer and use it in GitHub Desktop.
kala.gitignore
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