Updated .gitignore

This commit is contained in:
jonasbark
2025-11-09 08:54:17 +01:00
committed by GitHub
parent 2334a88452
commit 4183ede58d
2 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@@ -48,3 +48,4 @@ app.*.map.json
/android/app/release
service-account.json
.env

View File

@@ -1,7 +0,0 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>