Skip to content

Instantly share code, notes, and snippets.

@sethfischer
Created February 19, 2015 07:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sethfischer/bdda9753837ab1da680a to your computer and use it in GitHub Desktop.
Save sethfischer/bdda9753837ab1da680a to your computer and use it in GitHub Desktop.
Drupal 8 .gitattributes export-ignore template
# Files to exclude when creating archive
## General
*.git export-ignore
*.gitignore export-ignore
*.gitattributes export-ignore
*README.* export-ignore
*readme.* export-ignore
## Drupal root
drupal/example.gitignore export-ignore
drupal/README.txt export-ignore
drupal/web.config export-ignore
drupal/.csslintrc export-ignore
drupal/.editorconfig export-ignore
drupal/.eslintignore export-ignore
drupal/.eslintrc export-ignore
drupal/.gitattributes export-ignore
drupal/.gitignore export-ignore
## Drupal core
drupal/core/tests export-ignore
drupal/core/scripts export-ignore
drupal/core/authorize.php export-ignore
drupal/core/CHANGELOG.txt export-ignore
drupal/core/COPYRIGHT.txt export-ignore
drupal/core/install.php export-ignore
drupal/core/INSTALL.mysql.txt export-ignore
drupal/core/INSTALL.pgsql.txt export-ignore
drupal/core/INSTALL.sqlite.txt export-ignore
drupal/core/INSTALL.txt export-ignore
drupal/core/LICENSE.txt export-ignore
drupal/core/MAINTAINERS.txt export-ignore
drupal/core/phpunit.xml.dist export-ignore
drupal/core/rebuild.php export-ignore
drupal/core/UPGRADE.txt export-ignore
drupal/core/.gitignore export-ignore
## Drupal sites
drupal/sites/default/default.services.yml export-ignore
drupal/sites/default/default.settings.php export-ignore
drupal/sites/development.services.yml export-ignore
drupal/sites/example.settings.local.php export-ignore
drupal/sites/example.sites.php export-ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment