Skip to content
Snippets Groups Projects
Commit 0f2726fa authored by Reiner Jung's avatar Reiner Jung
Browse files

Setup gitignore, added missing files

parent 183cd714
No related branches found
No related tags found
No related merge requests found
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
/build-eclipse/
/build/
/dist/
/tmp/
# Ignore Gradle project-specific cache directory # Ignore Gradle project-specific cache directory
.gradle **/.gradle/**
# Ignore Gradle build output directory **/.classpath
build **/.project
**/.settings/**
**/build/**
**/bin/**
frameworks/Kieker/scripts/benchmark/
frameworks/Kieker/scripts/data/
frameworks/Kieker/scripts/kieker-*-aspectj.jar
frameworks/Kieker/scripts/receiver/
frameworks/Kieker/scripts/results-kieker/
plugins {
id 'java'
id 'java-library'
}
dependencies {
implementation project(':benchmark')
implementation 'net.kieker-monitoring:kieker:1.14'
implementation 'net.sourceforge.teetime:teetime:3.0'
implementation 'org.slf4j:slf4j-api:1.7.+'
implementation 'ch.qos.logback:logback-classic:1.2.3'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment