Skip to content

Commit 72c66dc

Browse files
feat: .gitignore backup files (#259)
* feat: `.gitignore` backup files * feat: add Windows folder files
1 parent b2db585 commit 72c66dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
# Ignore directory metadata
12
.DS_Store
3+
Thumbs.db
4+
Desktop.ini
5+
6+
# Ignore backup files
7+
*~
8+
*.bak

0 commit comments

Comments
 (0)