1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00: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

1
.gitignore vendored
View File

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