Skip to content

Commit d910dc2

Browse files
Add .DS_Store to .gitignore
1 parent 66f27f7 commit d910dc2

13 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ local.properties
88
# Log/OS Files
99
*.log
1010

11+
# macOS system files
12+
.DS_Store
13+
1114
# Android Studio generated files and folders
1215
captures/
1316
.externalNativeBuild/

src/.DS_Store

-8 KB
Binary file not shown.

src/main/.DS_Store

-6 KB
Binary file not shown.

src/main/kotlin/.DS_Store

-6 KB
Binary file not shown.

src/main/kotlin/com/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

src/test/.DS_Store

-6 KB
Binary file not shown.

src/test/kotlin/.DS_Store

-6 KB
Binary file not shown.

src/test/kotlin/com/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)