diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2025-12-13 02:59:39 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2025-12-13 02:59:39 +0100 |
| commit | b51d33cb373e591d16892bde492616655ac9ec51 (patch) | |
| tree | 465d110a023857309806da5fc821de52573e2593 /.gitignore | |
committing to insanit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85ec26e --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Ignore Rust build artifacts +/target/ +Cargo.lock + +# Ignore vscodes bs files +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Ignore macOS files +.DS_Store + +# Ignore session data +session.json + +# Ignore logs +*.log + +# Ignore Sources +backend/seckelapi/sources +frontend/desktop-client/sources + +# Ignore Sensitive setup .env +.env |
