48 lines
825 B
Plaintext
Executable File
48 lines
825 B
Plaintext
Executable File
target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**/target/
|
|
!**/src/test/**/target/
|
|
.kotlin
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea/modules.xml
|
|
.idea/jarRepositories.xml
|
|
.idea/compiler.xml
|
|
.idea/libraries/
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### Eclipse ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
build/
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
### Mac OS ###
|
|
.DS_Store
|
|
/.idea/
|
|
/han-note-auth/src/main/resources/application-dev.yml
|
|
/han-note-auth/src/main/resources/application-prod.yml
|
|
/han-note-auth/logs/
|
|
/logs/
|
|
/han-note-oss/han-note-oss-biz/src/main/resources/application-dev.yml
|
|
/han-note-user/han-note-user-biz/src/main/resources/application-dev.yml
|
|
/han-note-user/han-note-user-biz/logs/
|