forked from overviewer/Minecraft-Overviewer
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (36 loc) · 782 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*.pyc
MANIFEST
build/
dist/
docs/_build/
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
.vscode
ImagingUtils.h