From 7d389e463f62d5f989910f2312aa12c6ae3d4195 Mon Sep 17 00:00:00 2001 From: Sejeong Kim <64718002+clean2001@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:27:18 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20gradle-wrapper=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?(#213)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 스페이스 개수 조회 API 작성 * feat: 회고 개수 조회 API 작성 * feat: 특정 스페이스 내 회고 개수 API 작성 * feat: 특정 기간 내에 진행된 회고 개수 스페이스 별로 보는 API * fix: 파일 삭제 * fix: gradle-wrapper.properties 추가 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a8ec4eab..074a5fa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # auth layer-api/src/main/resources/application.yml +layer-api/src/main/resources/application-secret.properties + # q layer-domain/src/main/generated/ @@ -42,7 +44,9 @@ out/ ### VS Code ### .vscode/ -*.properties +#*.properties + + *.sql layer-domain/src/main/generated