diff --git a/.gitignore b/.gitignore index 75c8ec88..a22d7177 100644 --- a/.gitignore +++ b/.gitignore @@ -223,4 +223,7 @@ data/models/cerberus/*.* *.sln *.vcxproj *.vcxproj.filters -*.vcxproj.user \ No newline at end of file +*.vcxproj.user + +# Ignore macOS .DS_Store +.DS_Store \ No newline at end of file