fix: ignore .DS_Store

MacOS creates .DS_Store files that are usually ignored by mac users.
Unfortunately, this is not a default for devcontainers.
pull/3/head
palid 2024-02-01 01:16:06 +01:00
parent 8ddc4da3b6
commit 77ddd6bb45
Signed by: palid
SSH Key Fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ build_static
.vscode
__pycache__
# Is not ignored by default in devcontainers, macs bad
.DS_Store