gitignore/Drupal.gitignore

50 lines
980 B
Plaintext
Raw Normal View History

# gitignore template for Drupal 8 projects
#
# earlier versions of Drupal are tracked in `community/PHP/`
# Ignore configuration files that may contain sensitive information
/sites/*/*settings*.php
/sites/*/*services*.yml
# Ignore paths that may contain user-generated content
/sites/*/files
/sites/*/public
/sites/*/private
/sites/*/files-public
/sites/*/files-private
# Ignore paths that may contain temporary files
/sites/*/translations
/sites/*/tmp
/sites/*/cache
# Ignore testing related files
/sites/simpletest
# Ignore drupal core (if not versioning drupal sources)
/core
2020-03-11 13:44:55 +01:00
/vendor
/modules/README.txt
/profiles/README.txt
2020-03-11 13:44:55 +01:00
/themes/README.txt
/sites/README.txt
/sites/example.sites.php
/sites/example.settings.local.php
/sites/development.services.yml
/.csslintrc
/.editorconfig
/.eslintignore
/.eslintrc.json
/.gitattributes
2020-03-11 13:44:55 +01:00
/.ht.router.php
/.htaccess
/autoload.php
/example.gitignore
/index.php
2020-03-11 13:44:55 +01:00
/INSTALL.txt
2010-11-20 21:20:41 +01:00
/LICENSE.txt
/README.txt
/robots.txt
/update.php
2018-11-22 20:34:14 +01:00
/web.config