Skip to content

Commit

Permalink
Fix .gitignore for .DS_Store (#638)
Browse files Browse the repository at this point in the history
I don't know what changed, maybe I have some non-folder .DS_Store now

Co-authored-by: Victor Elias <[email protected]>
  • Loading branch information
victorges and Victor Elias authored Mar 15, 2024
1 parent 680e0e1 commit 3966c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.swo
node_modules/
build/
.DS_Store/
.DS_Store
bin/
abi/
coverageEnv/
Expand Down

0 comments on commit 3966c9d

Please sign in to comment.