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
|
2021-07-04 15:31:33 +00:00
|
|
|
**/**/*.log*
|
2021-07-06 06:14:47 +00:00
|
|
|
**/**/temp
|
2021-07-19 03:32:33 +00:00
|
|
|
bin/
|
2022-06-15 11:42:27 +00:00
|
|
|
**/src/protobuf
|
2022-06-17 08:51:18 +00:00
|
|
|
**/resources/proto
|
2023-04-04 06:08:50 +00:00
|
|
|
.idea/
|
2023-05-21 10:53:59 +00:00
|
|
|
AppFlowy-Collab/
|
2023-07-05 12:57:09 +00:00
|
|
|
.env
|
2023-08-03 01:14:52 +00:00
|
|
|
.env.**
|
|
|
|
**/unit_test**
|