Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 16:47:40 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 16:47:40 +0300
commitf5d4c4095c6153fbe26ebf33fce7ac93798830a7 (patch)
treefbfd3e79400cb0fa0dee577e88f3c90afaa0a775
parentdbbed96000a85f5c7d8183828a679d0eabbac0ed (diff)
Set up firebase hosting.
-rw-r--r--example-site/.gitignore1
-rw-r--r--example-site/firebase.json10
2 files changed, 11 insertions, 0 deletions
diff --git a/example-site/.gitignore b/example-site/.gitignore
index 87174b6..d76897d 100644
--- a/example-site/.gitignore
+++ b/example-site/.gitignore
@@ -1 +1,2 @@
/public/
+/.firebase/
diff --git a/example-site/firebase.json b/example-site/firebase.json
new file mode 100644
index 0000000..e782939
--- /dev/null
+++ b/example-site/firebase.json
@@ -0,0 +1,10 @@
+{
+ "hosting": {
+ "public": "public",
+ "ignore": [
+ "firebase.json",
+ "**/.*",
+ "**/node_modules/**"
+ ]
+ }
+}