aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 00e3cc6f167eafb1d886a3d13305b468c22d37ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Ignore logs
/logs
*.log

# Ignore Rust build artifacts
/target/
Cargo.lock

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

# Ignore macOS piss files
.DS_Store

# Ignore session data
session.json

/seckelapi

# Ignore database backups
/database

# Ignore temporary setup folder 
/beepzone-inventory-setup