mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-23 19:06:33 +00:00
49 lines
453 B
Plaintext
49 lines
453 B
Plaintext
# Binary
|
|
/pad
|
|
/pad.exe
|
|
|
|
# Web build output
|
|
web/build/
|
|
web/node_modules/
|
|
web/.svelte-kit/
|
|
|
|
# Pad workspace data (local to each user)
|
|
.pad/
|
|
.pad.toml
|
|
|
|
# Legacy planning docs (not for public repo)
|
|
v1-archive/
|
|
|
|
# Environment & secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.agents/
|
|
.claude/
|
|
.codex
|
|
.codex/
|
|
|
|
# Go
|
|
*.test
|
|
*.out
|
|
coverage.txt
|
|
|
|
# Distribution
|
|
dist/
|