Skip to content
Snippets Groups Projects
Commit 12b45e83 authored by Gabor Hojtsy's avatar Gabor Hojtsy
Browse files

Issue #2867290 by alexpott: Introduce a core/.gitignore

parent af7d6083
No related branches found
No related tags found
No related merge requests found
# Ignore node_modules folder created when installing core's JavaScript
# dependencies.
node_modules
# Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist.
phpcs.xml
phpunit.xml
......@@ -14,10 +14,6 @@
# Core's dependencies are managed with Composer.
vendor
# Ignore node_modules folder created when installing core's JavaScript
# dependencies.
core/node_modules
# Ignore configuration files that may contain sensitive information.
sites/*/settings*.php
sites/*/services*.yml
......@@ -41,7 +37,3 @@ sites/simpletest
# Ignore SimpleTest multi-site environment.
# simpletest
# Ignore core phpcs.xml and phpunit.xml.
core/phpcs.xml
core/phpunit.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment