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

# CLion
.idea

# Development
.env
.secret

# Fleet
.cargo
fleet.toml

# Visual Studio Code
.vscode