Skip to content

Commit ff72c39

Browse files
authored
chore: add macOS .DS_Store system files and vim .swp files to the .gitignore list (#945)
1 parent 63c2bd0 commit ff72c39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,9 @@ dmypy.json
132132

133133
# Pyre type checker
134134
.pyre/
135+
136+
# macOS cruft
137+
.DS_Store
138+
139+
# vim swap files
140+
.*.swp

0 commit comments

Comments
 (0)