.gitignore 346 B

12345678910111213
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. /target/
  4. /dist/
  5. /static/
  6. /.dioxus/
  7. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  8. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  9. Cargo.lock
  10. # These are backup files generated by rustfmt
  11. **/*.rs.bk