feat(rust): add initial rust template
This commit is contained in:
11
rust/.gitignore
vendored
Normal file
11
rust/.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Generated by nix
|
||||
.direnv/
|
||||
result/
|
||||
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
debug/
|
||||
target/
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
Reference in New Issue
Block a user