mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-07 05:19:08 -04:00
feat: add support for Flutter Linux, macOS and Windows (#10)
This commit is contained in:
parent
a71bb14b86
commit
c8895524be
18 changed files with 401 additions and 18 deletions
49
.gitignore
vendored
49
.gitignore
vendored
|
@ -1,11 +1,50 @@
|
|||
.vscode/
|
||||
.packages
|
||||
.dart_tool
|
||||
.pub
|
||||
pubspec.lock
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
|
||||
# libgit2 headers for ffigen
|
||||
libgit2/
|
||||
libgit2/
|
||||
|
||||
# Miscellaneous
|
||||
*.class
|
||||
*.log
|
||||
*.pyc
|
||||
*.swp
|
||||
.DS_Store
|
||||
.atom/
|
||||
.buildlog/
|
||||
.history
|
||||
.svn/
|
||||
|
||||
# IntelliJ related
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
|
||||
# Flutter/Dart/Pub related
|
||||
**/doc/api/
|
||||
**/ios/Flutter/.last_build_id
|
||||
.dart_tool/
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
.packages
|
||||
.pub-cache/
|
||||
.pub/
|
||||
pubspec.lock
|
||||
/build/
|
||||
|
||||
# Web related
|
||||
lib/generated_plugin_registrant.dart
|
||||
|
||||
# Symbolication related
|
||||
app.*.symbols
|
||||
|
||||
# Obfuscation related
|
||||
app.*.map.json
|
||||
|
||||
# Android Studio will place build artifacts here
|
||||
/android/app/debug
|
||||
/android/app/profile
|
||||
/android/app/release
|
Loading…
Add table
Add a link
Reference in a new issue