AppFlowy/.gitignore

18 lines
430 B
Plaintext
Raw Normal View History

2021-06-16 12:56:49 +00:00
# Generated by Cargo
# will have compiled files and executables
# 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
2021-11-25 11:20:03 +00:00
# backend
/target/
./backend/.env
./backend/configuration/base.yaml
2021-11-25 11:26:16 +00:00
Cargo.lock
2021-06-16 12:56:49 +00:00
# These are backup files generated by rustfmt
**/*.rs.bk
**/target/
2021-07-19 09:27:42 +00:00
**/*.db
.idea/
**/temp/**
.ruby-version