23 lines
221 B
Plaintext
23 lines
221 B
Plaintext
|
|
node_modules
|
||
|
|
dist
|
||
|
|
.vite
|
||
|
|
coverage
|
||
|
|
playwright-report
|
||
|
|
test-results
|
||
|
|
.eslintcache
|
||
|
|
|
||
|
|
# Editor / OS
|
||
|
|
.DS_Store
|
||
|
|
.idea
|
||
|
|
.vscode
|
||
|
|
|
||
|
|
# Env (never bake into image)
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
!.env.example
|
||
|
|
|
||
|
|
# Git internals
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.gitattributes
|