Remove .DS_Store files and update .gitignore (#8971)

The `.DS_Store` files were accidentally added in #8966
This commit is contained in:
Inverle
2026-07-03 13:28:36 +02:00
committed by GitHub
parent 2e6e571b91
commit 8a5f7d24b6
3 changed files with 5 additions and 0 deletions

BIN
.DS_Store vendored
View File

Binary file not shown.

5
.gitignore vendored
View File

@@ -12,6 +12,11 @@
/docs/_site/
/docs/.sass-cache/
/docs/.bundle/
/docs/.jekyll-metadata
# OS files
.DS_Store
# Temp files
*~

BIN
app/.DS_Store vendored
View File

Binary file not shown.