DefiHackathon-2022/contracts/counter/.gitignore
2022-03-26 16:36:38 -04:00

15 lines
220 B
Text

# Build results
/target
# Cargo+Git helper file (https://github.com/rust-lang/cargo/blob/0.44.1/src/cargo/sources/git/utils.rs#L320-L327)
.cargo-ok
# Text file backups
**/*.rs.bk
# macOS
.DS_Store
# IDEs
*.iml
.idea