Skip to content

Commit

Permalink
[bugfix/#347]회원가입 성공, 실패 이메일 양식 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
skytin1004 committed Sep 8, 2024
1 parent 321c4c3 commit b18e220
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
!src/main/resources/bootstrap.yml
!src/main/resources/signUpFail.html
!src/main/resources/signUpSuccess.html
**/src/main/resources/*
**/src/main/generated/
!src/main/resources/bootstrap.yml

### STS ###
.apt_generated
.classpath
Expand Down

0 comments on commit b18e220

Please sign in to comment.