Browse Source

chore: ignore ds_store files

appflowy 3 years ago
parent
commit
62c104179a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -16,4 +16,5 @@ package-lock.json
 yarn.lock
 yarn.lock
 node_modules
 node_modules
 **/.proto_cache
 **/.proto_cache
-**/.cache
+**/.cache
+**/.DS_Store