fix docker setup
This commit is contained in:
@@ -10,12 +10,19 @@ dist
|
||||
build
|
||||
out
|
||||
.turbo
|
||||
**/dist
|
||||
**/.next
|
||||
**/build
|
||||
**/out
|
||||
**/.turbo
|
||||
**/node_modules
|
||||
|
||||
# Env files (will be added separately)
|
||||
.env
|
||||
.env.*
|
||||
!.env.development
|
||||
!.env.production
|
||||
!.env.production.example
|
||||
|
||||
# Git
|
||||
.git
|
||||
@@ -60,6 +67,9 @@ plans
|
||||
tests
|
||||
testing
|
||||
resources
|
||||
debug-screenshots
|
||||
playwright-report
|
||||
userData
|
||||
|
||||
# Development files
|
||||
.prettierrc
|
||||
|
||||
Reference in New Issue
Block a user