.gitignore 430 B

1234567891011121314151617
  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. ./backend/.env
  8. ./backend/configuration/base.yaml
  9. Cargo.lock
  10. # These are backup files generated by rustfmt
  11. **/*.rs.bk
  12. **/target/
  13. **/*.db
  14. .idea/
  15. **/temp/**
  16. .ruby-version