Skip to content

Commit 91da66a

Browse files
committed
[Refactor] .gitignore 추가
1 parent 373faa8 commit 91da66a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ db_dev.trace.db
1414
**/generated/
1515
**/build/generated/
1616
src/main/generated/
17-
back/src/main/generated/
17+
back/src/main/generated/
18+
19+
# AI 생성 이미지 저장 경로
20+
uploads/
21+
./uploads/
22+
23+
# 테스트 이미지 경로 (LocalStorageServiceTest)
24+
test-uploads/
25+
./test-uploads/

back/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@ out/
3838

3939
### Environment Variables ###
4040
.env
41+
42+
# AI 생성 이미지 저장 경로
43+
uploads/
44+
./uploads/
45+
46+
# 테스트 이미지 경로 (LocalStorageServiceTest)
47+
test-uploads/
48+
./test-uploads/

0 commit comments

Comments
 (0)