Update .gitignore
This commit is contained in:
parent
bed98b4f97
commit
b6d0be4e70
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
/*
|
*
|
||||||
|
!*/
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
!/**/.gitkeep
|
!/**/.gitkeep
|
||||||
!/.github/
|
!/.github/
|
||||||
|
@ -15,6 +16,9 @@
|
||||||
!/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
|
||||||
|
/node_modules/
|
||||||
/tools/ansible/.roles/
|
/tools/ansible/.roles/
|
||||||
|
/vendor/
|
||||||
|
/web/themes/custom/*/body-field-values.txt
|
||||||
|
|
Loading…
Reference in a new issue