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:
Diffstat (limited to 'example-site/firebase.json')
-rw-r--r--example-site/firebase.json10
1 files changed, 10 insertions, 0 deletions
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/**"
+ ]
+ }
+}