mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-08-20 09:57:09 +00:00
update gitignore
This commit is contained in:
parent
edf4f5dc51
commit
9df1a077d5
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -56,6 +56,7 @@ Minecraft.Client/music/
|
||||||
# Common Media - UI (SWF), Graphics (PNG), Sound (WAV), Fonts
|
# Common Media - UI (SWF), Graphics (PNG), Sound (WAV), Fonts
|
||||||
Assets
|
Assets
|
||||||
Assets/Common/Media/
|
Assets/Common/Media/
|
||||||
|
Minecraft.Client/Common/Media/
|
||||||
# Game resource textures, art, audio, etc.
|
# Game resource textures, art, audio, etc.
|
||||||
Minecraft.Client/Common/res/
|
Minecraft.Client/Common/res/
|
||||||
Minecraft.Client/Common/DummyTexturePack/
|
Minecraft.Client/Common/DummyTexturePack/
|
||||||
|
|
@ -83,6 +84,7 @@ Minecraft.Client/Windows64/GameHDD/
|
||||||
# Thumbnail / test images
|
# Thumbnail / test images
|
||||||
*.png
|
*.png
|
||||||
# But allow source code PNG references to be noted
|
# But allow source code PNG references to be noted
|
||||||
|
!Minecraft.Client/Common/Media/Graphics/.gitkeep
|
||||||
!Assets/Common/Media/Graphics/.gitkeep
|
!Assets/Common/Media/Graphics/.gitkeep
|
||||||
|
|
||||||
# SWF UI files (Flash-based UI assets)
|
# SWF UI files (Flash-based UI assets)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue