GildedRose-Refactoring-Kata/Kotlin/.gitignore
Gregor Trefs b6a54f72b5 Use gradle to build kotlin files
Use `gradle test` to run the unit tests.
2018-01-31 10:52:53 +01:00

26 lines
449 B
Plaintext

.idea/
out/
*.class
*.iml
# Created by https://www.gitignore.io/api/gradle
### Gradle ###
.gradle
**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
# End of https://www.gitignore.io/api/gradle