aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
blob: b2aed673f72ef1395c12d28c04a4b16d0bc70215 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Rust
target/

# IDE
.idea/

# Development
.locus/

# Fleet
.cargo/
fleet.toml

# Git
.git