Skip to content

Instantly share code, notes, and snippets.

@derhasi
Created March 31, 2016 16:47
Show Gist options
  • Save derhasi/c213c77e5a2b163713803c137168ed5b to your computer and use it in GitHub Desktop.
Save derhasi/c213c77e5a2b163713803c137168ed5b to your computer and use it in GitHub Desktop.
# 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