forum/.dockerignore

23 lines
251 B
Plaintext
Raw Normal View History

**/*.log
2019-06-27 12:03:08 +02:00
**/*.md
**/*.php~
**/._*
2019-06-27 12:03:08 +02:00
**/.dockerignore
**/.DS_Store
2019-06-27 12:03:08 +02:00
**/.git/
**/.gitattributes
2019-06-27 12:03:08 +02:00
**/.gitignore
**/.gitmodules
**/Dockerfile
**/Thumbs.db
2019-06-27 12:03:08 +02:00
.editorconfig
.env*
.php_cs.cache
bin/*
!bin/console
docker/db/data/
helm/
public/bundles/
var/
vendor/