Skip to content

Commit 2919d6b

Browse files
committed
Remove .DS_Store files and add to .gitignore
1 parent 87613fb commit 2919d6b

File tree

9 files changed

+3
-0
lines changed

9 files changed

+3
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ node_modules/
99
# Don't ignore example dotenv files.
1010
!.env.example
1111
!.env.*.example
12+
13+
# macOS
14+
.DS_Store

src/.DS_Store

-6 KB
Binary file not shown.

src/components/.DS_Store

-6 KB
Binary file not shown.

src/features/.DS_Store

-6 KB
Binary file not shown.

src/features/chats/.DS_Store

-6 KB
Binary file not shown.

src/features/settings/.DS_Store

-6 KB
Binary file not shown.

src/features/tasks/.DS_Store

-6 KB
Binary file not shown.

src/features/users/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)