Created
November 17, 2016 10:58
-
-
Save erighetto/40e7b0e317a3b2f74baa7bc373052235 to your computer and use it in GitHub Desktop.
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
# Ignore configuration files that may contain sensitive information. | |
/sites/*/settings*.php | |
/.htpasswd | |
# Ignore the boost cache | |
/cache | |
/cache/* | |
# Ignore the files | |
/sites/*/files | |
# Ignore paths that contain user-generated content. | |
/sites/*/private | |
/tmp | |
# Ignore the translations files | |
/sites/*/translations | |
# Ignore theme files | |
/sites/*/.sass-cache | |
/sites/*/.sass-cache/* | |
/sites/all/themes/*/.sass-cache/* | |
/sites/all/themes/*/.sass-cache | |
*.map | |
/sites/all/themes/*/node_modules | |
/sites/all/themes/*/node_modules/* | |
# Ignore the stupid files | |
.settings | |
.project | |
.DS_Store | |
.idea | |
MAMP* | |
MAMP_php_error_log_MAMP | |
# Composer packages | |
/sites/all/libraries/composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment