Files
Mycell-UI/.gitignore
syoul 70eb5c7b57 chore: ignore personal notes dir
docs-syoul/ holds private brainstorming and draft upstream issues
that are not part of the public repo.
2026-04-26 01:30:26 +02:00

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/