fix: ignore .DS_Store

MacOS creates .DS_Store files that are usually ignored by mac users.
Unfortunately, this is not a default for devcontainers.
This commit is contained in:
palid 2024-02-01 01:16:06 +01:00
parent 23c008914b
commit e768ddd7b4
Signed by: palid
SSH key fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI

3
.gitignore vendored
View file

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