git-view/.gitignore

12 lines
192 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
# These are backupfiles generated by Rust
**/*.rs.bk
# Ignore intellij folder
.idea
# Ignore VsCode settings
.vscode