gitignore general Windows/macOS files (#763)
This commit is contained in:
parent
beac0b1acd
commit
0d3bd6e2e8
|
@ -159,3 +159,10 @@ minecraft_versions.json
|
||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
.python-version
|
.python-version
|
||||||
|
|
||||||
|
# OS General Files
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
Thumbs.db
|
||||||
|
[Dd]esktop.ini
|
||||||
|
|
Loading…
Reference in New Issue