Polevoy_SUBD/.gitignore

19 lines
339 B
Plaintext
Raw Normal View History

2023-03-31 12:38:27 +04:00
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
frontend/debug/
frontend/target/
frontend/.env
frontend/dist
2023-03-31 12:38:27 +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
frontend/*.pdb
.vscode
.vscode/*