60 lines
503 B
Plaintext
60 lines
503 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
pnpm-debug.log*
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
.next
|
||
|
|
out
|
||
|
|
dist
|
||
|
|
build
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.gitattributes
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# Environment files
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|
||
|
|
.env.production
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
*.test.ts
|
||
|
|
*.test.tsx
|
||
|
|
*.spec.ts
|
||
|
|
*.spec.tsx
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
.DS_Store
|
||
|
|
*.pem
|
||
|
|
.cache
|
||
|
|
.turbo
|
||
|
|
.vercel
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
README.md
|
||
|
|
CHANGELOG.md
|
||
|
|
LICENSE
|
||
|
|
docs
|
||
|
|
|
||
|
|
# CI/CD
|
||
|
|
.github
|
||
|
|
.gitlab-ci.yml
|
||
|
|
.travis.yml
|
||
|
|
|
||
|
|
# Claude
|
||
|
|
.claude
|