Add macOS .DS_Store to .gitignore (#401)

These are macOS specific files left around in directories (to save
user's display settings)
This commit is contained in:
Keiji Kanazawa
2022-12-22 10:05:57 -08:00
committed by GitHub
parent 6bc8ae63ef
commit 5528265142

3
.gitignore vendored
View File

@@ -130,3 +130,6 @@ dmypy.json
# Pyre type checker
.pyre/
# macOS display setting files
.DS_Store