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

# IDE
.idea/

# Artifacts
examples/*.md
examples/*.html