rust_lum/.gitignore

13 lines
164 B
Plaintext
Raw Permalink Normal View History

2022-01-22 15:14:48 +01:00
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
.idea/
2022-01-27 20:26:57 +01:00
*.iml