AppFlowy/frontend/rust-lib/.gitignore

14 lines
345 B
Plaintext
Raw Normal View History

2021-06-24 11:32:36 +03: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
# These are backup files generated by rustfmt
**/*.rs.bk
**/**/*.log*
2021-07-06 09:14:47 +03:00
**/**/temp
bin/
2021-07-19 12:29:18 +03:00
.idea/