2022-02-12 21:33:06 +01:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
/target/
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
2022-02-17 17:26:13 +01:00
|
|
|
|
|
|
|
# exclude binarys in examples folder
|
|
|
|
/examples/*
|
|
|
|
!/examples/*.rs
|
2022-02-23 21:25:14 +01:00
|
|
|
|
|
|
|
# exlcude logging
|
2022-02-23 18:06:40 +01:00
|
|
|
*.log
|
2022-02-23 21:25:14 +01:00
|
|
|
/logs/
|
2022-02-25 13:32:10 +01:00
|
|
|
|
2022-03-28 16:36:07 +02:00
|
|
|
*.zip
|
|
|
|
*tar.gz
|
|
|
|
|
2022-02-25 13:32:10 +01:00
|
|
|
.vscode/
|