2022-12-01 19:18:10 +05:30
|
|
|
.git
|
|
|
|
|
*.pyc
|
|
|
|
|
.env
|
|
|
|
|
venv
|
2025-05-31 15:02:25 +08:00
|
|
|
.venv
|
2023-12-07 14:43:33 +05:30
|
|
|
node_modules/
|
|
|
|
|
**/node_modules/
|
|
|
|
|
npm-debug.log
|
|
|
|
|
.next/
|
|
|
|
|
**/.next/
|
|
|
|
|
.turbo/
|
|
|
|
|
**/.turbo/
|
|
|
|
|
build/
|
|
|
|
|
**/build/
|
|
|
|
|
out/
|
|
|
|
|
**/out/
|
|
|
|
|
dist/
|
2025-05-31 15:02:25 +08:00
|
|
|
**/dist/
|
2025-08-19 07:36:42 -07:00
|
|
|
# Logs
|
|
|
|
|
npm-debug.log*
|
|
|
|
|
pnpm-debug.log*
|
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
yarn-debug.log*
|
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
|
|
# OS junk
|
|
|
|
|
.DS_Store
|
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
|
|
# Editor settings
|
|
|
|
|
.vscode
|
|
|
|
|
.idea
|
|
|
|
|
|
|
|
|
|
# Coverage and test output
|
|
|
|
|
coverage/
|
|
|
|
|
**/coverage/
|
|
|
|
|
*.lcov
|
|
|
|
|
.junit/
|
|
|
|
|
test-results/
|
|
|
|
|
|
|
|
|
|
# Caches and build artifacts
|
|
|
|
|
.cache/
|
|
|
|
|
**/.cache/
|
|
|
|
|
storybook-static/
|
|
|
|
|
*storybook.log
|
|
|
|
|
*.tsbuildinfo
|
|
|
|
|
|
|
|
|
|
# Local env and secrets
|
|
|
|
|
.env.local
|
|
|
|
|
.env.development.local
|
|
|
|
|
.env.test.local
|
|
|
|
|
.env.production.local
|
|
|
|
|
.secrets
|
|
|
|
|
tmp/
|
|
|
|
|
temp/
|
|
|
|
|
|
|
|
|
|
# Database/cache dumps
|
|
|
|
|
*.rdb
|
|
|
|
|
*.rdb.gz
|
|
|
|
|
|
|
|
|
|
# Misc
|
|
|
|
|
*.pem
|
|
|
|
|
*.key
|
2025-10-09 15:34:53 +05:30
|
|
|
|
|
|
|
|
# React Router - https://github.com/remix-run/react-router-templates/blob/dc79b1a065f59f3bfd840d4ef75cc27689b611e6/default/.dockerignore
|
|
|
|
|
.react-router/
|
|
|
|
|
build/
|
|
|
|
|
node_modules/
|
2025-11-06 00:09:35 -08:00
|
|
|
README.md
|