All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 15s
52 lines
614 B
Plaintext
52 lines
614 B
Plaintext
# Maven
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
buildNumber.properties
|
|
.mvn/timing.properties
|
|
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
|
|
.mvn/wrapper/maven-wrapper.jar
|
|
|
|
# IDE - IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
out/
|
|
|
|
# IDE - Eclipse
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.springBeans
|
|
bin/
|
|
|
|
# IDE - Visual Studio Code
|
|
.vscode/
|
|
|
|
# Java
|
|
*.class
|
|
*.log
|
|
*.ctxt
|
|
.mtj.tmp/
|
|
|
|
# Package Files
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# Virtual Machine Crash Logs
|
|
hs_err_pid*
|
|
|
|
# OS System Files
|
|
.DS_Store
|
|
Thumbs.db
|