materio-d9/.gitignore

54 lines
868 B
Plaintext
Raw Permalink Normal View History

# Ignore directories generated by Composer
/drush/contrib/
/vendor/
/web/core/
/web/modules/contrib/
/web/themes/contrib/
/web/profiles/contrib/
/web/libraries/
2021-07-28 15:26:23 +02:00
web/modules/dev/*.tar.gz
# Ignore sensitive information
/web/sites/*/settings.php
/web/sites/*/settings.local.php
2019-03-27 09:33:43 +01:00
/web/sites/*/services*.yml
# Ignore Drupal's file directory
/web/sites/*/files/
# Ignore SimpleTest multi-site environment.
/web/sites/simpletest
# Ignore files generated by PhpStorm
/.idea/
# 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
2021-03-03 17:58:35 +01:00
~/patches/*.patch
/.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
2021-05-27 16:39:15 +02:00
2021-10-04 10:56:17 +02:00
.vscode/*
web/themes/custom/materiotheme/assets/dist/report.html