summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 49edac4e01e1585bb7326e841a90f5e636651241 (plain) (blame)
1
2
3
4
5
6
7
# Rust
/target/
/Cargo.lock
/**/*.rs.bk

# IDE
/.idea/