Skip to content

Commit 1ec56ba

Browse files
committed
Updated to ignore macOS system files like .DS_Store and removed redundant entry for *.exe~.
1 parent 69c54c2 commit 1ec56ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
bin/
33
build/
44
*.exe
5-
*.exe~
65
*.dll
76
*.so
87
*.dylib
@@ -17,4 +16,6 @@ vendor/
1716
# Go workspace file
1817
go.work
1918
go.work.sum
19+
20+
# macOS system files
2021
.DS_Store

0 commit comments

Comments
 (0)