2023-03-31 12:38:27 +04:00
|
|
|
# ---> Rust
|
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
2023-04-14 21:29:53 +04:00
|
|
|
frontend/debug/
|
|
|
|
frontend/target/
|
|
|
|
frontend/.env
|
|
|
|
frontend/dist
|
2023-03-31 12:38:27 +04:00
|
|
|
|
2023-05-14 23:17:14 +04:00
|
|
|
backend/.env
|
|
|
|
backend/target
|
|
|
|
|
2023-03-31 12:38:27 +04:00
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
|
|
|
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
2023-04-14 21:29:53 +04:00
|
|
|
frontend/*.pdb
|
|
|
|
|
|
|
|
.vscode
|
|
|
|
.vscode/*
|