feat: 테스트에서 사용하는 임시 sql 및 텍스트 파일 gitignore 추가

This commit is contained in:
이상진 2025-10-01 12:48:08 +09:00
parent 254bc980c1
commit aeeaaab735

4
.gitignore vendored
View File

@ -37,3 +37,7 @@ out/
.vscode/ .vscode/
logs logs
.kotlin .kotlin
### sql
data/*.sql
data/*.txt