Browse Source

Ignore MacOS .DS* files

master
Frederik Möllers 2 weeks ago
parent
commit
3f104a22b9
  1. 4
      .gitignore

4
.gitignore

@ -1,4 +1,6 @@
# ignore generated artifacts
/artifacts
# ignore temporary directory if it remains after testing or so
/temp
/temp
# ignore Mac OS hidden files
/**/.DS_Store
Loading…
Cancel
Save