Update .gitignore
This commit is contained in:
parent
4ecd54844b
commit
df04ac0097
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -3,9 +3,22 @@
|
||||||
*
|
*
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
|
!/.dockerignore
|
||||||
!/.env.example
|
!/.env.example
|
||||||
|
!/.githooks/**
|
||||||
|
!/.github/**
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
|
!/.hadolint.yaml
|
||||||
|
!/Dockerfile
|
||||||
!/build.yaml
|
!/build.yaml
|
||||||
|
!/composer.{json,lock}
|
||||||
|
!/docker-compose.yaml
|
||||||
|
!/phpcs.xml.dist
|
||||||
|
!/phpstan.neon.dist
|
||||||
|
!/phpunit.xml.dist
|
||||||
|
!/run
|
||||||
|
!/run.local
|
||||||
|
!/tools/**
|
||||||
|
|
||||||
!/web/*/custom/**
|
!/web/*/custom/**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue