Skip to content

Commit 4e95597

Browse files
committed
chore: misc. updates, git files, ...
1 parent 86ef1f6 commit 4e95597

File tree

4 files changed

+16
-23
lines changed

4 files changed

+16
-23
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+

.gitignore

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,7 @@
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

.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

0 commit comments

Comments
 (0)