11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# exclude binarys in examples folder
|
|
/examples/*
|
|
!/examples/*.rs
|