We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18466cc commit 170732aCopy full SHA for 170732a
.gitignore
@@ -28,3 +28,9 @@ build/
28
*.ipr
29
*.iws
30
.idea/
31
+
32
+# Sample stuff
33
+/example/android/app/google-services.json
34
+/example/android/key.properties
35
+/example/android/GeneratedPluginRegistrant.java
36
+/example/android/local.properties
example/android/.gitignore
@@ -2,7 +2,6 @@
2
/captures/
3
/local.properties
4
GeneratedPluginRegistrant.java
5
-/app/google-services.json
6
7
# Remember to never publicly share your keystore.
8
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
0 commit comments