diff --git a/.gitignore b/.gitignore index 98d3ac4..e5ecc90 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ # Built Visual Studio Code Extensions *.vsix # Ignore local venv environment -.venv \ No newline at end of file +.venv +# Ignore mac os x .DS_Store files +.DS_Store \ No newline at end of file