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
23c008914b
commit
e768ddd7b4
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,3 +15,6 @@ build_static
|
|||
.vscode
|
||||
|
||||
__pycache__
|
||||
|
||||
# Is not ignored by default in devcontainers, macs bad
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in a new issue