summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 945382c37d2ecfd220e7057be4031c8b90a0aea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Cargo
target/
Cargo.lock
!/Cargo.lock

# State file
.rustlings-state.txt

# oranda
public/
.netlify

# OS
.DS_Store
.direnv/

# Editor
*.swp
.idea
*.iml

# Ignore file for editors like Helix
.ignore