Skip to content

Commit f7151bc

Browse files
authored
add .DS_Store to gitignore (#131)
1 parent a4fe4bf commit f7151bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ go.work.sum
2323
.vscode/
2424
node_modules/
2525
*.log
26+
27+
# OS generated files
28+
.DS_Store

0 commit comments

Comments
 (0)