48 lines
460 B
Plaintext
48 lines
460 B
Plaintext
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Dependency directory
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Build output
|
|
dist/
|
|
out/
|
|
build/
|
|
|
|
# IDEs and editors
|
|
.idea
|
|
.vscode/
|
|
*.iml
|
|
*~
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Vite
|
|
.vite/
|
|
|
|
# SpacetimeDB build output
|
|
spacetimedb/dist/
|
|
|
|
# Ignore this file
|
|
.gitignore
|
|
|