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

# CLion
.idea

# Development
.env
.secret

# Fleet
.cargo
fleet.toml

# Visual Studio Code
.vscode