Skip to content

Commit f20ed1c

Browse files
authored
chore: ignore hidden system files and editor backups (#2704)
1 parent 9adb7e3 commit f20ed1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ package-lock.json
2525
# Misc
2626
_sass/vendors
2727
assets/js/dist
28+
29+
# Hidden system files
30+
*~
31+
.DS_Store
32+
Thumbs.db

0 commit comments

Comments
 (0)