2022-02-12 15:33:06 -05:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
/target/
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
2022-02-17 11:26:13 -05:00
|
|
|
|
|
|
|
# exclude binarys in examples folder
|
|
|
|
/examples/*
|
|
|
|
!/examples/*.rs
|
2022-02-23 15:25:14 -05:00
|
|
|
|
|
|
|
# exlcude logging
|
2022-02-23 12:06:40 -05:00
|
|
|
*.log
|
2022-02-23 15:25:14 -05:00
|
|
|
/logs/
|