.gitignore 435 B

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