mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
Untrack auto generated files under windows/flutter/. Add below files into .gitignore
windows/flutter/generated_plugin_registrant.cc windows/flutter/generated_plugin_registrant.h windows/flutter/generated_plugins.cmake
This commit is contained in:
parent
ce077c059e
commit
93b7cf481b
2 changed files with 5 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,4 +12,4 @@ Cargo.lock
|
||||||
**/*.db
|
**/*.db
|
||||||
.idea/
|
.idea/
|
||||||
/flowy-test/
|
/flowy-test/
|
||||||
.ruby-version
|
.ruby-version
|
||||||
|
|
5
frontend/app_flowy/.gitignore
vendored
5
frontend/app_flowy/.gitignore
vendored
|
@ -55,4 +55,7 @@ windows/flutter/dart_ffi/
|
||||||
**/**/*.a
|
**/**/*.a
|
||||||
**/**/*.lib
|
**/**/*.lib
|
||||||
**/**/*.dll
|
**/**/*.dll
|
||||||
**/**/*.so
|
**/**/*.so
|
||||||
|
flutter/generated_plugin_registrant.cc
|
||||||
|
flutter/generated_plugin_registrant.h
|
||||||
|
flutter/generated_plugins.cmake
|
Loading…
Add table
Add a link
Reference in a new issue