26 lines
303 B
Plaintext
26 lines
303 B
Plaintext
# Local archive with the previous implementation and runtime secrets
|
|
_archive/
|
|
|
|
# Runtime state
|
|
.env
|
|
*.env.local
|
|
data/
|
|
.vpn-proxy/
|
|
.superpowers/
|
|
|
|
# Node/Vite
|
|
node_modules/
|
|
dist/
|
|
coverage/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS/editors
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|