Browse Source

add .DS_Store to gitignore (#2904)

pull/2916/head
Jake Fink 4 years ago committed by GitHub
parent
commit
6806a1b244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitignore

3
.gitignore vendored

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
node_modules/
**/coverage/
.github/workflows/act
.github/workflows/act
.DS_Store

Loading…
Cancel
Save