File tree Expand file tree Collapse file tree 4 files changed +16
-23
lines changed
Expand file tree Collapse file tree 4 files changed +16
-23
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # https://help.github.com/articles/dealing-with-line-endings/
3+ #
4+ # Linux start script should use lf
5+ /gradlew text eol =lf
6+
7+ # These are Windows script files and should use crlf
8+ * .bat text eol =crlf
9+
Original file line number Diff line number Diff line change 1- # Compiled class file
2- * .class
1+ # Ignore Gradle project-specific cache directory
2+ .gradle
33
4- # Log file
5- * .log
4+ # Ignore Gradle build output directory
5+ build
66
7- # BlueJ files
8- * .ctxt
9-
10- # Mobile Tools for Java (J2ME)
11- .mtj.tmp /
12-
13- # Package Files #
14- * .jar
15- * .war
16- * .nar
17- * .ear
18- * .zip
19- * .tar.gz
20- * .rar
21-
22- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23- hs_err_pid *
24- replay_pid *
7+ .idea
Original file line number Diff line number Diff line change 1+ 17
Original file line number Diff line number Diff line change 11# java-library-template
2- Java library template • Gradle • GitHub Actions CI/CD to build, release & ; publish to Maven Central • Renovate • Issue & ; PR Templates
2+ Java library template • Gradle • GitHub Actions CI/CD to build, release & publish to Maven Central • Renovate • Issue & PR Templates
You can’t perform that action at this time.
0 commit comments