aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: d5dd7557e4d39f6b7282405a0289140e4b698865 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Rust
target
Cargo.lock

# IDE
.idea

# Development
hi