diff --git a/.gitignore b/.gitignore index c91c84d..ceaa11d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,11 @@ pubspec.lock # Generated binaries android/src/main/jniLibs/ ios/Frameworks/ + +# Generated android build files(.cxx) +android/app/.cxx +example/android/app/.cxx + +# fvmrc +.fvm +.fvmrc \ No newline at end of file