19 lines
339 B
Plaintext
19 lines
339 B
Plaintext
# ---> Rust
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
frontend/debug/
|
|
frontend/target/
|
|
frontend/.env
|
|
frontend/dist
|
|
|
|
backend/.env
|
|
backend/target
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
frontend/*.pdb
|
|
|
|
.vscode
|
|
.vscode/* |