Drupal 8 .gitattributes export-ignore template
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
# 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