Add .DS_Store files to .gitignore

This commit is contained in:
Alvaro Bartolome
2023-12-21 09:38:38 +01:00
committed by Awni Hannun
parent 0eaa323c10
commit 192ea3dd29

5
.gitignore vendored
View File

@@ -127,5 +127,10 @@ dmypy.json
# Pyre type checker
.pyre/
# IDE files
.idea/
.vscode/
# .DS_Store files
.DS_Store