aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorUMTS at Teleco <crt@teleco.ch>2025-12-13 02:48:13 +0100
committerUMTS at Teleco <crt@teleco.ch>2025-12-13 02:48:13 +0100
commite52b8e1c2e110d0feb74feb7905c2ff064b51d55 (patch)
tree3090814e422250e07e72cf1c83241ffd95cf20f7 /.gitignore
committing to insanityHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
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