diff --git a/.gitignore b/.gitignore index a9115d0..1b6de62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # ignore generated artifacts /artifacts # ignore temporary directory if it remains after testing or so -/temp \ No newline at end of file +/temp +# ignore Mac OS hidden files +/**/.DS_Store