From 7dbe8037809a04a9054c26969071558a18411361 Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Tue, 24 Feb 2015 11:17:24 -0800 Subject: [PATCH] chore(firebase): add firebase hosting config --- firebase.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 firebase.json diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000000..dee4a94a8f --- /dev/null +++ b/firebase.json @@ -0,0 +1,9 @@ +{ + "firebase": "angular-io", + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] +}