diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2025-12-02 10:38:00 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2025-12-02 10:38:00 +0100 |
| commit | 57523b3726ca47a7f9f12c8d3da145febe141bb2 (patch) | |
| tree | c1e112edd3ae9c0f2755a51b7859c6d04d6f2d87 /.gitignore | |
Initial Commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6ab2116 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# macOS system files +.DS_Store + +# Log files +*.log + +# Test So I can Commit Branch rename
\ No newline at end of file |
