kmath/.gitignore

11 lines
180 B
Plaintext
Raw Normal View History

2018-04-14 08:52:49 +03:00
.gradle
2018-10-21 18:41:39 +03:00
**/build/
/.idea/
2018-04-14 08:52:49 +03:00
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
2019-02-22 13:52:35 +03:00
gradle.properties