Skip to content

Commit 170732a

Browse files
committed
all: fix gitignore
1 parent 18466cc commit 170732a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ build/
2828
*.ipr
2929
*.iws
3030
.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

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/captures/
33
/local.properties
44
GeneratedPluginRegistrant.java
5-
/app/google-services.json
65

76
# Remember to never publicly share your keystore.
87
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app

0 commit comments

Comments
 (0)