AppFlowy/frontend/rust-lib/.gitignore

19 lines
424 B
Plaintext
Raw Normal View History

2021-06-24 08:32:36 +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
# These are backup files generated by rustfmt
**/*.rs.bk
**/**/*.log*
2021-07-06 06:14:47 +00:00
**/**/temp
bin/
2022-06-15 11:42:27 +00:00
**/src/protobuf
2022-06-17 08:51:18 +00:00
**/resources/proto
.idea/
AppFlowy-Collab/
.env
.env.**
**/unit_test**