diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2025-12-13 02:48:13 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2025-12-13 02:48:13 +0100 |
| commit | e52b8e1c2e110d0feb74feb7905c2ff064b51d55 (patch) | |
| tree | 3090814e422250e07e72cf1c83241ffd95cf20f7 /.gitignore | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00e3cc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,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
\ No newline at end of file |
