34 lines
368 B
Plaintext
34 lines
368 B
Plaintext
node_modules
|
|
.DS_Store
|
|
|
|
# Local config / secrets
|
|
config.local.json
|
|
*.local.json
|
|
.env
|
|
.env.*
|
|
*.secret.*
|
|
*.key
|
|
*.pem
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
.vite
|
|
coverage
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Private data / exports
|
|
data/
|
|
steam-text/
|
|
|
|
# Private assets (place files here)
|
|
public/private/
|
|
src/assets/private/
|
|
assets/private/
|