atdc/.gitignore
2024-02-09 07:06:03 +00:00

26 lines
388 B
Plaintext

# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
*
!*/
!/.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/**
!/_lessons/**