45 lines
426 B
Plaintext
45 lines
426 B
Plaintext
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# production
|
|
dist
|
|
dist-ssr
|
|
|
|
# tsc incremental build info
|
|
*.tsbuildinfo
|
|
|
|
# local env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# editor
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# python / environments
|
|
.venv/
|
|
venv/
|
|
|
|
# temporary files
|
|
temp.txt
|
|
.tmp
|
|
scratch/
|