Browse Source

Ignore MacOS .DS* files

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

2
.gitignore

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