0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/.gitignore
jspanos71 e715d491d1 Add concrete powder and other misc. blocks (#4)
* Add concrete powder and other blocks.
Add visual studio items to gitignore

* Add concrete powder and other blocks.
Add visual studio items to gitignore

* fix whitespace

* wtf... python?

* Update prismarine block ids

* dedupe dictionary

* Add mushroom items back to dictionary

* Change tabs to spaces
2018-08-24 07:55:36 -05:00

43 lines
742 B
Plaintext

*.pyc
MANIFEST
build/
dist/
Minecraft_Overviewer.egg-info
terrain.png
cachedir*
#MCPatcher HD texture files
custom_*.png
# vim swap files
.*.swp
# user-provided settings file as well as any variations on that name
settings*.py
# header files that may be copied over, if missing
ImPlatform.h
Imaging.h
# various forms of compiled c_overviewer extensions
overviewer_core/c_overviewer.so
overviewer_core/c_overviewer.pyd
overviewer_core/c_overviewer_d.pyd
overviewer_core/c_overviewer.dylib
# generated files
overviewer_core/overviewer_version.py
overviewer_core/src/primitives.h
# Mac OS X noise
.DS_Store
#Script files, as users may want their own scripts.
*.sh
*.bat
# PyCharm directory
.idea
/.vs/Minecraft-Overviewer/v15/.suo
/.vs