We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913b6da commit 5bd325bCopy full SHA for 5bd325b
firebase.json
@@ -0,0 +1,11 @@
1
+{
2
+ "hosting": {
3
+ "site": "pankajkumar",
4
+ "public": "public",
5
+ "ignore": [
6
+ "firebase.json",
7
+ "**/.*",
8
+ "**/node_modules/**"
9
+ ]
10
+ }
11
+}
0 commit comments