diff --git a/.gitignore b/.gitignore index 123bb8854d..59e6eeada1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ Cargo.lock **/*.db .idea/ /flowy-test/ -.ruby-version \ No newline at end of file +.ruby-version diff --git a/frontend/app_flowy/.gitignore b/frontend/app_flowy/.gitignore index 3b89cfb188..1fe9a5cc3f 100644 --- a/frontend/app_flowy/.gitignore +++ b/frontend/app_flowy/.gitignore @@ -55,4 +55,7 @@ windows/flutter/dart_ffi/ **/**/*.a **/**/*.lib **/**/*.dll -**/**/*.so \ No newline at end of file +**/**/*.so +flutter/generated_plugin_registrant.cc +flutter/generated_plugin_registrant.h +flutter/generated_plugins.cmake \ No newline at end of file