15 lines
200 B
Text
15 lines
200 B
Text
|
|
# .dockerignore
|
||
|
|
node_modules
|
||
|
|
.vscode
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.gitattributes
|
||
|
|
.eslintignore
|
||
|
|
.eslintrc.cjs
|
||
|
|
.prettierrc
|
||
|
|
.pretieriignore
|
||
|
|
README.md
|
||
|
|
Dockerfile
|
||
|
|
docker-compose.yaml
|
||
|
|
playwright.config.ts
|