aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: a87719aaaca78ccc4c9e9b32bfe96889f46e183f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Rust
target
**/*.rs.bk

# CLion
.idea

# Development
.env
.secret

# Fleet
.cargo
fleet.toml

# Visual Studio Code
.vscode

# Nix
result*