-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
18 changed files
with
37 additions
and
693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 아코밍 CI/CD | ||
name: akoming CI/CD pipeline | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,37 @@ | ||
# Gradle 관련 | ||
.gradle/ | ||
HELP.md | ||
.gradle | ||
build/ | ||
!gradle/wrapper/gradle-wrapper.jar | ||
!gradle/wrapper/gradle-wrapper.properties | ||
!build/libs/ | ||
|
||
# IntelliJ IDEA 관련 | ||
.idea/ | ||
*.iml | ||
!**/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 | ||
.idea_modules/ | ||
*.iml | ||
*.ipr | ||
|
||
# 로그 파일 | ||
*.log | ||
|
||
# 운영체제 관련 | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# 설정 파일 | ||
src/main/resources/.env | ||
src/main/resources/application.properties | ||
|
||
# Spring Boot 관련 | ||
/hs_err_pid* | ||
/*.hprof | ||
*.swp | ||
.swp | ||
|
||
# 임시 파일 | ||
*.tmp | ||
*.bak | ||
*.swo | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
out/ | ||
!**/src/main/**/out/ | ||
!**/src/test/**/out/ | ||
|
||
### NetBeans ### | ||
/nbproject/private/ | ||
/nbbuild/ | ||
/dist/ | ||
/nbdist/ | ||
/.nb-gradle/ | ||
|
||
### VS Code ### | ||
.vscode/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.