fix(speedtest-exporter): allow write to filesystem and move to stable

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-24 23:52:08 +01:00
parent 3db44016d0
commit 505aec0ed5
11 changed files with 4 additions and 1 deletions
@@ -0,0 +1,26 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl