Skip to content

Commit

Permalink
Add Kotlin Android build artifacts to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jurvis authored and tnull committed May 8, 2023
1 parent 47d8059 commit 6a1a1c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ swift.abi.json
swift.swiftdoc

# Ignore ldk_nodeFFI.xcframework files
/bindings/swift/ldk_nodeFFI.xcframework
/bindings/swift/ldk_nodeFFI.xcframework
/bindings/kotlin/ldk-node-android/lib/src/main/jniLibs
/bindings/kotlin/ldk-node-android/lib/src/main/kotlin/org/lightningdevkit/ldknode/ldk_node.kt

0 comments on commit 6a1a1c9

Please sign in to comment.