Skip to content

Commit 1e1d0de

Browse files
authored
Update .gitignore
1 parent c5cbc3b commit 1e1d0de

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.gitignore

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
*.DS_Store
1+
# generic
2+
.vscode
3+
*.bak
4+
*~
5+
.DS_Store
6+
Thumbs.db
7+
8+
# git files
9+
*.orig
10+
*.patch
11+
*.rej
12+
*.lock

0 commit comments

Comments
 (0)