add .DS_Store to gitignore (#2904)

This commit is contained in:
Jake Fink 2022-06-14 08:46:51 -04:00 committed by GitHub
parent bc2fce0be2
commit 6806a1b244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

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