Adding upstream version 0.0~git20250520.a1d9079+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
590ac7ff5f
commit
20149b7f3a
456 changed files with 70406 additions and 0 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Add no patterns to .gitignore except for files generated by the build.
|
||||
last-change
|
||||
*.apk
|
||||
*.app
|
||||
*.framework
|
||||
*.xcframework
|
||||
*.aar
|
||||
*.jar
|
||||
*.iml
|
||||
.idea
|
||||
.gradle
|
||||
*.properties
|
||||
.DS_Store
|
||||
example/ivy/**/build/
|
||||
example/ivy/android/gradle/
|
||||
|
||||
# Xcode configuration files.
|
||||
*.xcworkspace
|
||||
xcuserdata
|
||||
*.entitlements
|
||||
|
||||
# Android Studio build and IDE configuration files.
|
||||
example/bind/android/local.properties
|
||||
example/bind/android/gradlew*
|
||||
example/bind/android/gradle
|
||||
example/bind/android/build
|
||||
example/bind/android/app/build
|
Loading…
Add table
Add a link
Reference in a new issue