Compare commits

..

No commits in common. "48c777b699619d08556215783f7c374509aa145d" and "52833a13437bb91b194c3d7890fbde84931d861b" have entirely different histories.

View File

@ -1,9 +1,8 @@
# Compiled class file
# Compiled class files
*.class
# Logs
# Log files
*.log
logs/
# BlueJ files
*.ctxt
@ -11,11 +10,7 @@ logs/
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Build
target/
build/
# Package Files #
# Package Files
*.jar
*.war
*.nar
@ -24,11 +19,8 @@ build/
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
@ -37,19 +29,27 @@ release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Avoid ignoring the wrapper jar so others can build the project
!.mvn/wrapper/maven-wrapper.jar
# Gradle
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
# IDEs
# IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/
/cmake-build-*/
# Visual Studio Code
.vscode/
# Eclipse
.apt_generated
.classpath
.project
.settings/
@ -61,16 +61,16 @@ out/
/nbdist/
/.nb-gradle/
# OS
# OS & System Files
.DS_Store
Thumbs.db
desktop.ini
# Temp
*.tmp
*.temp
# VM Crash logs
hs_err_pid*
replay_pid*
# Env / secrets
# Local Configuration & Secrets
.env
.env.local
.env.*.local