40 lines
312 B
Plaintext
40 lines
312 B
Plaintext
# dependencies
|
|
node_modules
|
|
**/node_modules
|
|
|
|
# build outputs
|
|
dist
|
|
build
|
|
.out
|
|
.next
|
|
.cache
|
|
.vite
|
|
coverage
|
|
|
|
# logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# git
|
|
.git
|
|
.gitignore
|
|
|
|
# env / secrets
|
|
.env
|
|
.env.*
|
|
|
|
# OS/editor junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea
|
|
.vscode
|
|
|
|
# misc large
|
|
*.zip
|
|
*.tar
|
|
*.tgz
|
|
*.gz
|