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

# IDE
.idea/

# Development
.env