Commit b5b57c0
authored
Update .gitignore so that .jar file isn't included (#7505)
Issue #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 do1 parent b2584f3 commit b5b57c0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
0 commit comments