init
This commit is contained in:
22
api/.dockerignore
Normal file
22
api/.dockerignore
Normal file
@@ -0,0 +1,22 @@
|
||||
**/*.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/
|
||||
Reference in New Issue
Block a user