Add ignores for all variations of settings.py file names as well as ignores for the MCPatcher compliant pngs
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -6,11 +6,14 @@ Minecraft_Overviewer.egg-info
|
||||
terrain.png
|
||||
cachedir*
|
||||
|
||||
#MCPatcher HD texture files
|
||||
custom_*.png
|
||||
|
||||
# vim swap files
|
||||
.*.swp
|
||||
|
||||
# user-provided settings file
|
||||
settings.py
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user