NaviPod/.gitignore
SindreKjelsrud 758076fe32
feat: Working sync between Navidrome & iPod
First full session of vibecoding with agents, super cool!

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2025-12-21 21:18:17 +01:00

21 lines
196 B
Text

# Rust
/target/
**/*.rs.bk
*.pdb
# Note: Cargo.lock is kept for applications (not libraries)
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
config.toml
*.log