Skip to content

Commit

Permalink
[DOCS] Update README.md & .gitignore 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop committed Jul 2, 2023
1 parent c6ea9ed commit 07fc076
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
application.yml
application.yaml

HELP.md
.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/
.DS_Store
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Umbba-Server
성장하고 행복하는 서버 금쪽이들의 공간
최최최최최최최최최최최종본 main 브랜치 (진지)
commit 날리는자, 벌받을지어다...

0 comments on commit 07fc076

Please sign in to comment.