From 6feedab1e0171fb7730832a1aa4ec54216107b77 Mon Sep 17 00:00:00 2001 From: NTG_Lenovo Date: Thu, 31 Jul 2025 19:06:42 +0900 Subject: [PATCH] =?UTF-8?q?sprite=20atlas=20gitignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c3d7fec78..07047739f 100644 --- a/.gitignore +++ b/.gitignore @@ -97,4 +97,5 @@ packages-lock.json #Assets/_Datas/Raw/ # 특정 atlas 파일 무시 -#Assets/_Datas/Addressables/Sprites/Items.spriteatlasv2 \ No newline at end of file +# Unity SpriteAtlas auto-generated files +Assets/_DDD/_Addressables/Sprites/ \ No newline at end of file