.gitignore 442 B

1234567891011121314151617181920
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. /target/
  4. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  5. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  6. # backend
  7. /target/
  8. ./backend/.env
  9. ./backend/configuration/base.yaml
  10. Cargo.lock
  11. # These are backup files generated by rustfmt
  12. **/*.rs.bk
  13. **/target/
  14. **/*.db
  15. .idea/
  16. /flowy-test/
  17. .ruby-version