docs-syoul/ holds private brainstorming and draft upstream issues that are not part of the public repo.
37 lines
397 B
Plaintext
37 lines
397 B
Plaintext
# Rust
|
|
/target
|
|
**/target
|
|
Cargo.lock.bak
|
|
*.pdb
|
|
|
|
# Node / Tauri frontend
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
.vite
|
|
*.local
|
|
|
|
# Tauri
|
|
/src-tauri/target
|
|
/src-tauri/binaries/mycelium-*
|
|
/src-tauri/gen
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
*.swp
|
|
*.swo
|
|
Thumbs.db
|
|
|
|
# Secrets / runtime
|
|
*.bin
|
|
priv_key.bin
|
|
*.log
|
|
.env
|
|
.env.local
|
|
|
|
# Personal notes — not part of the public repo
|
|
docs-syoul/
|