Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
target/
bindings/android/native-debug-symbols.zip
# The xcframework's static libraries exceed GitHub's 100 MB file limit. They are
# already shipped, compressed, inside BitkitCore.xcframework.zip, which is what
# Package.swift downloads from the GitHub release, so tracking them here would
# only duplicate that payload.
bindings/ios/BitkitCore.xcframework/**/libbitkitcore.a
.idea/
.DS_Store
# AI
Expand Down
Loading
Loading