mirror of
https://github.com/NocturnLabs/opencode-personal-knowledge.git
synced 2026-07-18 08:05:59 +02:00
22 lines
162 B
Plaintext
22 lines
162 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
bun.lock
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Runtime data
|
|
data/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|