mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
improve codegen experience
This commit is contained in:
parent
6de8ed6c6e
commit
5824929075
9
.gitignore
vendored
9
.gitignore
vendored
@ -32,6 +32,15 @@ migrate_working_dir/
|
||||
.pub/
|
||||
/build/
|
||||
|
||||
# Flutter generated files
|
||||
# Not doing this at this time: https://stackoverflow.com/questions/56110386/should-i-commit-generated-code-in-flutter-dart-to-vcs
|
||||
# *.g.dart
|
||||
# *.freezed.dart
|
||||
# *.pb.dart
|
||||
# *.pbenum.dart
|
||||
# *.pbjson.dart
|
||||
# *.pbserver.dart
|
||||
|
||||
# Symbolication related
|
||||
app.*.symbols
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
dart run build_runner build
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
pushd lib
|
||||
protoc --dart_out=proto -I veilid_support\proto -I veilid_support\dht_support\proto -I proto veilidchat.proto
|
||||
|
Loading…
Reference in New Issue
Block a user