Skip to content

Commit

Permalink
프로젝트 구성
Browse files Browse the repository at this point in the history
  • Loading branch information
CJW23 committed Sep 10, 2023
1 parent 0df8e58 commit 1d2e335
Show file tree
Hide file tree
Showing 30 changed files with 111 additions and 35 deletions.
Binary file removed .gradle/7.5.1/checksums/checksums.lock
Binary file not shown.
Binary file removed .gradle/7.5.1/checksums/md5-checksums.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Empty file.
Binary file removed .gradle/7.5.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file removed .gradle/7.5.1/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/7.5.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Empty file removed .gradle/7.5.1/gc.properties
Empty file.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file removed .gradle/file-system.probe
Binary file not shown.
Empty file removed .gradle/vcs-1/gc.properties
Empty file.
Empty file removed build/resolvedMainClassName
Empty file.
2 changes: 0 additions & 2 deletions build/tmp/bootJar/MANIFEST.MF

This file was deleted.

37 changes: 37 additions & 0 deletions chatting-api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
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/
Binary file not shown.
Binary file removed chatting-api/build/libs/chatting-api-1.0-plain.jar
Binary file not shown.
Binary file removed chatting-api/build/libs/chatting-api-1.0.jar
Binary file not shown.
1 change: 0 additions & 1 deletion chatting-api/build/resolvedMainClassName

This file was deleted.

16 changes: 0 additions & 16 deletions chatting-api/build/resources/main/application.yml

This file was deleted.

12 changes: 0 additions & 12 deletions chatting-api/build/tmp/bootJar/MANIFEST.MF

This file was deleted.

Binary file not shown.
2 changes: 0 additions & 2 deletions chatting-api/build/tmp/jar/MANIFEST.MF

This file was deleted.

37 changes: 37 additions & 0 deletions chatting-stream-server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
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/
37 changes: 37 additions & 0 deletions core/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
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/

0 comments on commit 1d2e335

Please sign in to comment.