Expand README with architecture and setup details
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
node_modules/
|
||||
dist/
|
||||
src-tauri/target/
|
||||
src-tauri/gen/
|
||||
|
||||
# Local planning/evidence generated during agent work.
|
||||
docs/audits/
|
||||
docs/goals/
|
||||
docs/superpowers/
|
||||
docs/*-brief.md
|
||||
|
||||
# Runtime/generated local state.
|
||||
*.log
|
||||
*.tmp
|
||||
*.bak
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# OS/editor noise.
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user