You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
683 B
38 lines
683 B
**/*.log |
|
**/*.md |
|
**/*.php~ |
|
**/*.dist.php |
|
# Do not use `**/*.dist`: it matches `.env.dist`, and negation order is easy to get wrong across |
|
# Docker versions. Ignore other *.dist templates explicitly (see Dockerfile `cp .env.dist`). |
|
**/phpunit.xml.dist |
|
**/phpstan.neon.dist |
|
**/*.cache |
|
**/._* |
|
**/.dockerignore |
|
**/.DS_Store |
|
**/.git/ |
|
**/.gitattributes |
|
**/.gitignore |
|
**/.gitmodules |
|
**/compose.*.yaml |
|
**/compose.*.yml |
|
**/compose.yaml |
|
**/compose.yml |
|
**/docker-compose.*.yaml |
|
**/docker-compose.*.yml |
|
**/docker-compose.yaml |
|
**/docker-compose.yml |
|
**/Dockerfile |
|
**/Thumbs.db |
|
.github/ |
|
docs/ |
|
public/bundles/ |
|
tests/ |
|
var/ |
|
vendor/ |
|
.editorconfig |
|
/.env |
|
.env.*.local |
|
.env.local |
|
.env.local.php |
|
.env.test
|
|
|