Remove and ignore .DS_Store

This commit is contained in:
Anton Roslund
2025-02-16 20:05:28 +01:00
parent 990c472798
commit 33cab22d0c
2 changed files with 2 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
resources/
node_modules/
package-lock.json
.hugo_build.lock
.hugo_build.lock
.DS_Store