aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 538c19830b9c0a21a4bb322c58009d3e8ae98e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ignore Rust build artifacts
/target/
Cargo.lock

# Ignore vscodes bs files
.vscode/
.idea/
*.swp
*.swo
*~

# Ignore macOS files
.DS_Store

# Ignore session data
session.json

# Ignore logs
*.log


# Ignore Sensitive setup .env
.env