Files
CustomAuthenticationEntryPoint/.gitignore
beaniejoy b3d43d26b8 [#8] modify: Cafe 도메인 관련 테스트 수정
- p6spy 모듈 제거
- CafeRepositoryTest BaseTimeEntity auditing 이슈 해결
- CafeTestUtils로 공통 함수 관리
- application.yml 설정 변경(주로 logging 관련)
2022-08-09 00:23:47 +09:00

36 lines
435 B
Plaintext

.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/