Skip to content

Commit 106ff4e

Browse files
chore: Update .gitignore to ignore MAC OS files and .DS_Store banished!
1 parent db98bbc commit 106ff4e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
*/*/*.csv
88
csv/
99

10+
# Ignore Mac DS_Store files
11+
.DS_Store
12+
**/.DS_Store
13+
1014
/output
1115
/.idea/
1216

0 commit comments

Comments
 (0)