git ignore update to ignore .DSstore

This commit is contained in:
surajshivakumar
2024-06-05 17:17:02 -04:00
parent ea9a4a95ef
commit 3accac0d53

9
.gitignore vendored
View File

@@ -16,6 +16,10 @@ pids
*.seed
*.pid.lock
.idea
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
@@ -128,3 +132,8 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# cache
.DS_Store