Update .gitignore

This commit is contained in:
Oliver Davies 2024-02-09 07:06:03 +00:00
parent 4ecd54844b
commit df04ac0097

13
.gitignore vendored
View file

@ -3,9 +3,22 @@
*
!*/
!/.dockerignore
!/.env.example
!/.githooks/**
!/.github/**
!/.gitignore
!/.hadolint.yaml
!/Dockerfile
!/build.yaml
!/composer.{json,lock}
!/docker-compose.yaml
!/phpcs.xml.dist
!/phpstan.neon.dist
!/phpunit.xml.dist
!/run
!/run.local
!/tools/**
!/web/*/custom/**