2023-07-20 15:28:40 +00:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
/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
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
2023-11-18 18:36:13 +00:00
|
|
|
|
|
|
|
# I used Dracula for my test book so I had to remove the files associated with testing.
|
2023-07-20 15:28:40 +00:00
|
|
|
*.epub
|
2023-11-18 18:36:13 +00:00
|
|
|
Dracula_*
|
|
|
|
|