initial commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Rust
|
||||
/target/
|
||||
|
||||
/build_all.sh
|
||||
|
||||
/bindings/kotlin/src/main/kotlin/uniffi/
|
||||
/bindings/kotlin/src/main/resources/lib/
|
||||
/bindings/kotlin/src/main/resources/linux-x86-64/
|
||||
/bindings/kotlin/src/main/resources/win32-x86-64/
|
||||
|
||||
/bindings/kotlin/build/
|
||||
/bindings/kotlin/target/
|
||||
/bindings/kotlin/.gradle/
|
||||
|
||||
/bindings/kotlin/gradle.properties
|
||||
/bindings/kotlin/local.properties
|
||||
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.bak
|
||||
Reference in New Issue
Block a user