dubp_rs #1

Merged
poka merged 7 commits from librelois/gecko:dubp_rs into dev-pagedlist 2021-01-04 18:32:17 +01:00
1 changed files with 17 additions and 5 deletions
Showing only changes of commit 38c3f32109 - Show all commits

22
.gitignore vendored
View File

@ -15,10 +15,8 @@
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# VS Code related
.vscode/
# Flutter/Dart/Pub related
**/doc/api/
@ -40,5 +38,19 @@ app.*.symbols
# Obfuscation related
app.*.map.json
# Android related
android/key.properties
.vscode/
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
# Autogenerated dart/rust binding code
native/dubp_rs/binding.h
packages/dubp_rs/lib/ffi.dart
# Rust compiled libs for android or ios
**/*.a
**/*.so
# Rust things
/target