1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-24 12:06:15 +01:00

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
.gitignore vendored
View File

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