atdc/.gitignore

28 lines
414 B
Plaintext
Raw Normal View History

# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
2024-02-05 00:30:11 +00:00
*
!*/
2024-02-09 07:06:03 +00:00
!/.dockerignore
2024-02-05 00:30:11 +00:00
!/.env.example
2024-02-09 07:06:03 +00:00
!/.githooks/**
!/.github/**
2024-02-05 00:30:11 +00:00
!/.gitignore
2024-02-09 07:06:03 +00:00
!/.hadolint.yaml
!/Dockerfile
2024-02-05 00:30:11 +00:00
!/build.yaml
2024-02-09 07:06:03 +00:00
!/composer.{json,lock}
!/docker-compose.yaml
!/phpcs.xml.dist
!/phpstan.neon.dist
!/phpunit.xml.dist
!/run
!/run.local
!/tools/**
2024-02-05 00:30:11 +00:00
!/web/*/custom/**
2023-12-25 20:57:37 +00:00
2024-02-05 00:30:11 +00:00
!/_lessons/**
2024-02-09 07:07:04 +00:00
!/phpstan.neon
!/tests/**