Skip to content

Commit 4e127bd

Browse files
authored
Clean up .gitignore (#2354)
1 parent 1465fe9 commit 4e127bd

File tree

10 files changed

+9
-73
lines changed

10 files changed

+9
-73
lines changed

.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
build
2-
target
1+
build/
2+
target/
33
out
4-
bin
4+
bin/
55
*.iml
66
*.ipr
77
*.iws
88
.idea
9-
.gradle
10-
/.settings
11-
/.classpath
12-
/.project
9+
.gradle/
10+
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
11+
**/.mvn/wrapper/maven-wrapper.jar
12+
.settings/
13+
.classpath
14+
.project
1315
.DS_Store

examples/dropwizard/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/ktor/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

jib-build-plan/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

jib-core/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

jib-gradle-plugin/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

jib-maven-plugin/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

jib-plugins-common/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)