spotify-dl/.gitignore

18 lines
309 B
Text
Raw Permalink Normal View History

2020-10-25 01:39:20 +02:00
/target
.vscode
*.flac
2024-05-17 18:06:31 +02:00
*.mp3
bin
2020-10-25 01:39:20 +02:00
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock
2020-10-25 01:39:20 +02:00
# These are backup files generated by rustfmt
**/*.rs.bk
2024-01-12 12:41:26 +01:00
.DS_Store