23 lines
251 B
Plaintext
23 lines
251 B
Plaintext
**/*.log
|
|
**/*.md
|
|
**/*.php~
|
|
**/._*
|
|
**/.dockerignore
|
|
**/.DS_Store
|
|
**/.git/
|
|
**/.gitattributes
|
|
**/.gitignore
|
|
**/.gitmodules
|
|
**/Dockerfile
|
|
**/Thumbs.db
|
|
.editorconfig
|
|
.env*
|
|
.php_cs.cache
|
|
bin/*
|
|
!bin/console
|
|
docker/db/data/
|
|
helm/
|
|
public/bundles/
|
|
var/
|
|
vendor/
|