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:
-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/**"
+ ]
+ }
+}