chore: tidy up gitignore file
This commit is contained in:
parent
cae2091436
commit
e2fc9d98c7
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -7,30 +7,23 @@
|
|||
!/.env.example
|
||||
!/.environment
|
||||
!/.github/**
|
||||
!/.idea/
|
||||
!/.platform/**
|
||||
!/.platform.app.yaml
|
||||
!/assets/**
|
||||
!/bin/
|
||||
!/config/**
|
||||
!/Dockerfile
|
||||
!/docker-compose.yaml
|
||||
!/phpcs.xml.dist
|
||||
!/phpstan.neon
|
||||
!/phpstan*.neon
|
||||
!/phpunit.xml.dist
|
||||
!/run
|
||||
!/scripts/
|
||||
!/slides/
|
||||
!/tools/**
|
||||
!/web/modules/custom/**
|
||||
!/web/sites/default/environments/settings.*.php
|
||||
!/web/sites/default/settings.php
|
||||
!/web/sites/default/settings.docker.php
|
||||
!/web/sites/default/settings.platformsh.php
|
||||
!/web/themes/custom/**
|
||||
/.idea/workspace.xml
|
||||
/.platform/local/
|
||||
/node_modules/
|
||||
/tools/deployment/.roles/
|
||||
/vendor/
|
||||
/web/themes/custom/*/body-field-values.txt
|
||||
|
|
Loading…
Reference in a new issue