mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-23 07:27:20 +00:00
Add .DS_Store to .gitignore (#1509)
macOS automatically creates a .DS_Store file if any custom macOS attributes are set to files (like visual position in Finder). It's redundant for this repo and to avoid that to be accidentally committed/pushed, I added it to .gitignore.
This commit is contained in:
parent
2fba264c08
commit
7f0237a286
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -420,3 +420,6 @@ result
|
|||
result-*
|
||||
.direnv/
|
||||
.xwin-cache/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Reference in a new issue