From e52b8e1c2e110d0feb74feb7905c2ff064b51d55 Mon Sep 17 00:00:00 2001 From: UMTS at Teleco Date: Sat, 13 Dec 2025 02:48:13 +0100 Subject: committing to insanity --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3-70-g09d2