Skip to content

Commit c554352

Browse files
authored
Merge pull request #58 from laumair/chore/gitignore
chore(gitignore): update gitignore to avoid pushing OS generated files
2 parents 1908f14 + 50327c2 commit c554352

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ pids
1111
# IDE
1212
.idea
1313

14+
# OS generated files
15+
.DS_Store
16+
.DS_Store?
17+
._*
18+
.Spotlight-V100
19+
ehthumbs.db
20+
Icon?
21+
Thumbs.db
22+
1423
# Babel ES6 compiles files
1524
dist
1625

0 commit comments

Comments
 (0)