Skip to content

Commit

Permalink
Fix .gitignore for .DS_Store
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
  • Loading branch information
Victor Elias committed Mar 14, 2024
1 parent 680e0e1 commit 3e39d5d
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 3e39d5d

Please sign in to comment.