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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

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