Skip to content

Commit b5b57c0

Browse files
authored
Update .gitignore so that .jar file isn't included (GoogleCloudPlatform#7505)
Issue GoogleCloudPlatform#7503 was raised about including maven-wrapper.jar. @ludoch helpfully pointed out https://maven.apache.org/wrapper/; effectively we can remove the .jar, it makes using the sample a little more difficult, but with the rule to not include binary artifacts into our source code, seems like the right thing to do
1 parent b2584f3 commit b5b57c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine-java8/springboot-helloworld/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
target/
2-
!.mvn/wrapper/maven-wrapper.jar
2+
.mvn/wrapper/maven-wrapper.jar
33

44
### STS ###
55
.apt_generated
@@ -21,4 +21,4 @@ build/
2121
nbbuild/
2222
dist/
2323
nbdist/
24-
.nb-gradle/
24+
.nb-gradle/

0 commit comments

Comments
 (0)