We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373faa8 commit 91da66aCopy full SHA for 91da66a
.gitignore
@@ -14,4 +14,12 @@ db_dev.trace.db
14
**/generated/
15
**/build/generated/
16
src/main/generated/
17
-back/src/main/generated/
+back/src/main/generated/
18
+
19
+# AI 생성 이미지 저장 경로
20
+uploads/
21
+./uploads/
22
23
+# 테스트 이미지 경로 (LocalStorageServiceTest)
24
+test-uploads/
25
+./test-uploads/
back/.gitignore
@@ -38,3 +38,11 @@ out/
38
39
### Environment Variables ###
40
.env
41
42
43
44
45
46
47
48
0 commit comments