diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,6 +30,8 @@ .pub-cache/ .pub/ /build/ +/engine_sdk/ +libapp.so # Web related lib/generated_plugin_registrant.dart @@ -45,5 +47,5 @@ app.*.map.json /android/app/profile /android/app/release -# the linux folder should be present when buikding for AGL +# the linux folder should be present when building for AGL linux/ |