Created
March 31, 2016 16:47
-
-
Save derhasi/c213c77e5a2b163713803c137168ed5b to your computer and use it in GitHub Desktop.
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
# Ignore freistilbox related files | |
/config | |
/private | |
/tmp | |
# Ignore configuration files that may contain sensitive information or are | |
# dependent on the environment | |
/docroot/sites/default/settings.php | |
/docroot/sites/default/local.settings.php | |
/docroot/sites/default/settings.local.php | |
/docroot/sites/default/services.yml | |
/ENVIRONMENT | |
/environments/local/drupal/settings.local.php | |
/environments/local/drupal/settings.php | |
# Ignore theme specifics | |
node_modules | |
# Ignore paths that contain user-generated content. | |
/docroot/sites/*/files | |
# Ignore base .htaccess and .htpasswd. | |
#/docroot/.htaccess | |
#/docroot/.htpasswd | |
# D8 with composer | |
/docroot/core | |
/docroot/modules/contrib | |
/docroot/themes/contrib | |
/vendor | |
# Ignore other files. | |
.DS_Store* | |
Thumbs.db | |
ehthumbs.db | |
.svn | |
*.komodoproject | |
*.komodotools | |
.DS_Store | |
Thumbs.db | |
.project | |
.buildpath | |
*.esproj | |
.idea | |
/nbproject | |
docroot/sites/simpletest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment