aboutsummaryrefslogtreecommitdiff
path: root/firebase.json
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-02-17 22:44:22 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-02-17 22:44:22 +0100
commitbb3fdcd40fe3c297f01afcc446ab33bf0ba3d986 (patch)
tree765b85eea1862f0bec1b005e3de062a15bb6a16b /firebase.json
parentbcc96b81e29a920d9d75f3e5d59c9b07608346de (diff)
downloadmitjafelicijan.com-bb3fdcd40fe3c297f01afcc446ab33bf0ba3d986.tar.gz
update
Diffstat (limited to 'firebase.json')
-rw-r--r--firebase.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/firebase.json b/firebase.json
new file mode 100644
index 0000000..b71896f
--- /dev/null
+++ b/firebase.json
@@ -0,0 +1,12 @@
1{
2 "hosting": {
3 "public": "public",
4 "cleanUrls": true,
5 "ignore": [
6 "firebase.json",
7 "tmp/",
8 "**/.*",
9 "**/node_modules/**"
10 ]
11 }
12}