Skip to content

Commit 023a737

Browse files
author
Konstantin Yakushev
committed
Merge branch 'release/1.10.0'
2 parents 6b3ac4e + b241922 commit 023a737

33 files changed

+421
-2626
lines changed

.gitignore

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,32 @@
2424
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2525
hs_err_pid*
2626

27-
2827
# End of https://www.gitignore.io/api/java
28+
29+
30+
# Created by https://www.gitignore.io/api/gradle
31+
32+
### Gradle ###
33+
.gradle
34+
**/build/
35+
36+
# Ignore Gradle GUI config
37+
gradle-app.setting
38+
39+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
40+
!gradle-wrapper.jar
41+
42+
# Cache of project
43+
.gradletasknamecache
44+
45+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
46+
# gradle/wrapper/gradle-wrapper.properties
47+
48+
# End of https://www.gitignore.io/api/gradle
49+
50+
51+
# JetBrains IDE config directory
52+
.idea
53+
54+
# bunq configuration files
55+
*.conf
-1 Bytes
Binary file not shown.
-18.1 KB
Binary file not shown.
-38 Bytes
Binary file not shown.

.gradle/buildOutputCleanup/built.bin

Whitespace-only changes.

.gradle/buildOutputCleanup/cache.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gradle/buildOutputCleanup/cache.properties.lock

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/libraries/Gradle__com_github_bunq_sdk_java_0_12_4.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/libraries/Gradle__com_google_code_gson_gson_2_8_1.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.idea/libraries/Gradle__com_squareup_okio_okio_1_13_0.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)