Skip to content

Commit 62d9ed8

Browse files
committed
[CICD] gradle 설정 추가
1 parent 0dadac9 commit 62d9ed8

11 files changed

Lines changed: 60 additions & 1 deletion

File tree

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
HELP.md
2+
.gradle
3+
build/
4+
!gradle/wrapper/gradle-wrapper.jar
5+
!**/src/main/**/build/
6+
!**/src/test/**/build/
7+
src/main/generated/
8+
9+
### STS ###
10+
.apt_generated
11+
.classpath
12+
.factorypath
13+
.project
14+
.settings
15+
.springBeans
16+
.sts4-cache
17+
bin/
18+
!**/src/main/**/bin/
19+
!**/src/test/**/bin/
20+
21+
### IntelliJ IDEA ###
22+
.idea
23+
*.iws
24+
*.iml
25+
*.ipr
26+
out/
27+
!**/src/main/**/out/
28+
!**/src/test/**/out/
29+
30+
### NetBeans ###
31+
/nbproject/private/
32+
/nbbuild/
33+
/dist/
34+
/nbdist/
35+
/.nb-gradle/
36+
37+
### VS Code ###
38+
.vscode/
39+
40+
/src/main/resources/*.yml
41+
.DS_Store
16.3 KB
Binary file not shown.
0 Bytes
Binary file not shown.
200 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
34 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.

build/resources/main/application.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
9.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)