Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
saokiritoni committed Nov 4, 2024
2 parents e0ce02c + 286da1f commit 7922212
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 693 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 아코밍 CI/CD
name: akoming CI/CD pipeline

on:
push:
Expand Down
75 changes: 34 additions & 41 deletions .gitignore
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/
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

16 changes: 0 additions & 16 deletions .idea/compiler.xml

This file was deleted.

Loading

0 comments on commit 7922212

Please sign in to comment.