gitignore: hide noisy Mac .DS_Store files from git

This commit is contained in:
Brenton Simpson
2026-01-29 21:01:53 -05:00
committed by Robert Helgesson
parent 87d6611d26
commit ddf76d1618

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/result* /result*
/tests/flake.lock /tests/flake.lock
.DS_Store