Skip to content

Commit a1f78ef

Browse files
committed
setup(gitignore): ignore common OS generated files
1 parent 1f5e2df commit a1f78ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ node_modules
44
.pnpm-store
55
.vscode-test
66
*.vsix
7+
8+
# OS generated files #
9+
######################
10+
.DS_Store
11+
.DS_Store?
12+
._*
13+
.Spotlight-V100
14+
.Trashes
15+
ehthumbs.db
16+
Thumbs.db

0 commit comments

Comments
 (0)