53 lines
533 B
Plaintext
53 lines
533 B
Plaintext
node_modules/
|
|
.next/
|
|
*.tsbuildinfo
|
|
dist/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.production
|
|
|
|
# OS
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-*
|
|
|
|
# Certificates (generated locally)
|
|
certificates/
|
|
|
|
# next.js auto-generated
|
|
next-env.d.ts
|
|
|
|
# serwist build artifact
|
|
**/public/sw.js
|
|
|
|
# debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# pi agent
|
|
.pi/
|
|
.superpowers/
|
|
|
|
# docs/superpowers
|
|
/docs/superpowers
|
|
|
|
# git worktrees
|
|
.worktrees/
|
|
|
|
# stray
|
|
post.md
|
|
plugins/decky-vault/dist/
|