diff options
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 |
