mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-05 22:48:27 +00:00
chore: ignore freezed files
This commit is contained in:
parent
288afbe68b
commit
d05e4bbc82
1 changed files with 4 additions and 0 deletions
4
frontend/app_flowy/.gitignore
vendored
4
frontend/app_flowy/.gitignore
vendored
|
|
@ -37,6 +37,10 @@ lib/generated_plugin_registrant.dart
|
|||
# Language related generated files
|
||||
lib/generated/
|
||||
|
||||
# Freezed generated files
|
||||
*.g.dart
|
||||
*.freezed.dart
|
||||
|
||||
# Symbolication related
|
||||
app.*.symbols
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue