summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c9172e01a203cfe689bcf9d289f3d65d01537da0 (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/
/tests/fixture/*/Cargo.lock
/dev/Cargo.lock

# State file
.rustlings-state.json

# oranda
public/
.netlify

# OS
.DS_Store
.direnv/

# Editor
*.swp
.idea
*.iml

# Ignore file for editors like Helix
.ignore