forked from wiktor/spejstore-new
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:
parent
8ddc4da3b6
commit
77ddd6bb45
|
@ -15,3 +15,6 @@ build_static
|
|||
.vscode
|
||||
|
||||
__pycache__
|
||||
|
||||
# Is not ignored by default in devcontainers, macs bad
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in New Issue