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
|
!/.env.example
|
||||||
!/.environment
|
!/.environment
|
||||||
!/.github/**
|
!/.github/**
|
||||||
!/.idea/
|
|
||||||
!/.platform/**
|
|
||||||
!/.platform.app.yaml
|
|
||||||
!/assets/**
|
!/assets/**
|
||||||
!/bin/
|
!/bin/
|
||||||
!/config/**
|
!/config/**
|
||||||
!/Dockerfile
|
!/Dockerfile
|
||||||
!/docker-compose.yaml
|
!/docker-compose.yaml
|
||||||
!/phpcs.xml.dist
|
!/phpcs.xml.dist
|
||||||
!/phpstan.neon
|
!/phpstan*.neon
|
||||||
!/phpunit.xml.dist
|
!/phpunit.xml.dist
|
||||||
!/run
|
!/run
|
||||||
!/scripts/
|
!/scripts/
|
||||||
!/slides/
|
|
||||||
!/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/sites/default/settings.docker.php
|
!/web/sites/default/settings.docker.php
|
||||||
!/web/sites/default/settings.platformsh.php
|
|
||||||
!/web/themes/custom/**
|
!/web/themes/custom/**
|
||||||
/.idea/workspace.xml
|
|
||||||
/.platform/local/
|
/.platform/local/
|
||||||
/node_modules/
|
|
||||||
/tools/deployment/.roles/
|
/tools/deployment/.roles/
|
||||||
/vendor/
|
/vendor/
|
||||||
/web/themes/custom/*/body-field-values.txt
|
/web/themes/custom/*/body-field-values.txt
|
||||||
|
|
Loading…
Reference in a new issue