first commit
This commit is contained in:
21
.dockerignore
Normal file
21
.dockerignore
Normal file
@@ -0,0 +1,21 @@
|
||||
# Evita di copiare nei build context file pesanti o sensibili.
|
||||
.git
|
||||
.gitignore
|
||||
**/.env
|
||||
**/.env.*
|
||||
!**/.env.example
|
||||
**/node_modules
|
||||
**/vendor
|
||||
backend/storage/logs/*
|
||||
backend/storage/framework/cache/*
|
||||
backend/storage/framework/sessions/*
|
||||
backend/storage/framework/views/*
|
||||
backend/coverage.xml
|
||||
backend/coverage
|
||||
frontend/dist
|
||||
frontend/coverage
|
||||
frontend/stats.html
|
||||
db-init/*.sql
|
||||
db-init/*.sql.gz
|
||||
**/.DS_Store
|
||||
*.md
|
||||
Reference in New Issue
Block a user