Skip to content

Commit 06ccd5d

Browse files
Add .DS_Store to .gitignore (#225)
Ignore all .DS_Store files
1 parent 648d0f0 commit 06ccd5d

File tree

11 files changed

+1
-0
lines changed

11 files changed

+1
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.gradle/**/*
55
.build/**/*
66
.idea/**/*
7+
.DS_Store
78

89
# Ignore Gradle GUI config
910
gradle-app.setting

src/.DS_Store

-6 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.

src/main/kotlin/com/statsig/.DS_Store

-6 KB
Binary file not shown.

src/test/.DS_Store

-6 KB
Binary file not shown.

src/test/java/.DS_Store

-6 KB
Binary file not shown.

src/test/java/com/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)