2019-01-28 17:05:29 +01:00
|
|
|
# Ignore directories generated by Composer
|
|
|
|
/drush/contrib/
|
2018-11-01 21:36:54 +01:00
|
|
|
/vendor/
|
2019-01-28 17:05:29 +01:00
|
|
|
/web/core/
|
|
|
|
/web/modules/contrib/
|
|
|
|
/web/themes/contrib/
|
|
|
|
/web/profiles/contrib/
|
|
|
|
/web/libraries/
|
2018-11-01 21:36:54 +01:00
|
|
|
|
2019-01-28 17:05:29 +01:00
|
|
|
# Ignore sensitive information
|
|
|
|
/web/sites/*/settings.php
|
|
|
|
/web/sites/*/settings.local.php
|
2019-03-27 09:33:43 +01:00
|
|
|
/web/sites/*/services*.yml
|
2018-11-01 21:36:54 +01:00
|
|
|
|
2019-01-28 17:05:29 +01:00
|
|
|
# Ignore Drupal's file directory
|
|
|
|
/web/sites/*/files/
|
2018-11-01 21:36:54 +01:00
|
|
|
|
|
|
|
# Ignore SimpleTest multi-site environment.
|
2019-01-28 17:05:29 +01:00
|
|
|
/web/sites/simpletest
|
2018-11-01 21:36:54 +01:00
|
|
|
|
2019-01-28 17:05:29 +01:00
|
|
|
# Ignore files generated by PhpStorm
|
|
|
|
/.idea/
|
2018-11-01 21:36:54 +01:00
|
|
|
|
2019-01-28 17:05:29 +01:00
|
|
|
# Ignore .env files as they are personal
|
|
|
|
/.env
|
2019-03-25 18:27:56 +01:00
|
|
|
|
|
|
|
# npm
|
|
|
|
node_modules/
|
2019-06-28 18:49:00 +02:00
|
|
|
|
|
|
|
*.patch
|
2020-11-03 17:04:38 +01:00
|
|
|
/.csslintrc
|
|
|
|
/.eslintrc.json
|
|
|
|
/.ht.router.php
|
|
|
|
/.htaccess
|
|
|
|
/INSTALL.txt
|
|
|
|
/README.txt
|
|
|
|
/autoload.php
|
|
|
|
/example.gitignore
|
|
|
|
/index.php
|
|
|
|
/robots.txt
|
|
|
|
/update.php
|
2020-12-27 17:46:04 +01:00
|
|
|
/web.config
|
|
|
|
|
|
|
|
config/sync/flag.flag.*.yml
|
|
|
|
config/sync/system.action.flag_action.*.yml
|