gitignore general Windows/macOS files (#763)

This commit is contained in:
Zach Parks 2022-07-10 19:24:07 +00:00 committed by GitHub
parent beac0b1acd
commit 0d3bd6e2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

11
.gitignore vendored
View File

@ -152,10 +152,17 @@ dmypy.json
# Cython debug symbols # Cython debug symbols
cython_debug/ cython_debug/
#minecraft server stuff # minecraft server stuff
jdk*/ jdk*/
minecraft*/ minecraft*/
minecraft_versions.json minecraft_versions.json
#pyenv # pyenv
.python-version .python-version
# OS General Files
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
[Dd]esktop.ini