29 lines
326 B
Plaintext
29 lines
326 B
Plaintext
|
|
node_modules
|
||
|
|
**/node_modules
|
||
|
|
**/dist
|
||
|
|
**/build
|
||
|
|
**/.next
|
||
|
|
**/.turbo
|
||
|
|
**/.cache
|
||
|
|
**/coverage
|
||
|
|
**/playwright-report
|
||
|
|
**/test-results
|
||
|
|
**/.vite
|
||
|
|
**/.expo
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.local
|
||
|
|
.replit
|
||
|
|
.cache
|
||
|
|
attached_assets
|
||
|
|
storage
|
||
|
|
**/storage
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
!.env.docker.example
|
||
|
|
*.log
|
||
|
|
**/*.log
|
||
|
|
.DS_Store
|
||
|
|
artifacts/mockup-sandbox
|
||
|
|
docker-compose.override.yml
|