Tidy up .gitignore

This commit is contained in:
Oliver Davies 2020-07-22 02:40:07 +01:00
parent 33646580a9
commit 95d4c4a03b

22
.gitignore vendored
View file

@ -1,23 +1,19 @@
* /*
!*/
!/.gitignore !/.gitignore
!/**/.gitkeep !/**/.gitkeep
!/.github/** !/.github/
!/.idea/** !/.idea/
!/bin/* !/bin/
!/config/** !/config/
!/Makefile !/Makefile
!/phpcs.xml.dist !/phpcs.xml.dist
!/phpstan.neon !/phpstan.neon
!/phpunit.xml.dist !/phpunit.xml.dist
!/scripts/** !/scripts/
!/tools/** !/tools/
!/web/modules/custom/** !/web/modules/custom/
!/web/sites/default/environments/settings.*.php !/web/sites/default/environments/settings.*.php
!/web/sites/default/settings.php !/web/sites/default/settings.php
!/web/themes/custom/** !/web/themes/custom/
/.idea/workspace.xml /.idea/workspace.xml
/tools/ansible/.roles/ /tools/ansible/.roles/
/vendor/
/web/themes/custom/*/body-field-values.txt
/web/themes/custom/*/dist/