first version which seems to run
This commit is contained in:
15
.dockerignore
Normal file
15
.dockerignore
Normal file
@@ -0,0 +1,15 @@
|
||||
.git
|
||||
node_modules
|
||||
.next
|
||||
.env
|
||||
.env.*
|
||||
!.env.production.example
|
||||
*.md
|
||||
!content/**/*.md
|
||||
!content/**/*.mdx
|
||||
.vscode
|
||||
tests
|
||||
playwright.config.ts
|
||||
playwright-report
|
||||
test-results
|
||||
*.tsbuildinfo
|
||||
Reference in New Issue
Block a user