Skip to content

Commit af7d087

Browse files
committed
add .swp and .DS_Store to .gitignore
1 parent e1c3b14 commit af7d087

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/dist/
22
*.hi
33
*.o
4+
*.swp
5+
.DS_Store

0 commit comments

Comments
 (0)