mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-04-29 10:23:46 +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
|
||||
Assets
|
||||
Assets/Common/Media/
|
||||
Minecraft.Client/Common/Media/
|
||||
# Game resource textures, art, audio, etc.
|
||||
Minecraft.Client/Common/res/
|
||||
Minecraft.Client/Common/DummyTexturePack/
|
||||
|
|
@ -83,6 +84,7 @@ Minecraft.Client/Windows64/GameHDD/
|
|||
# Thumbnail / test images
|
||||
*.png
|
||||
# But allow source code PNG references to be noted
|
||||
!Minecraft.Client/Common/Media/Graphics/.gitkeep
|
||||
!Assets/Common/Media/Graphics/.gitkeep
|
||||
|
||||
# SWF UI files (Flash-based UI assets)
|
||||
|
|
|
|||
Loading…
Reference in a new issue