We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc84b6 commit 701e41fCopy full SHA for 701e41f
.envrc
@@ -1 +1,6 @@
1
+# vi:set ft=bash:
2
use flake
3
+
4
+if [ -f .env.secrets ]; then
5
+ dotenv .env.secrets
6
+fi
.gitignore
@@ -2,3 +2,4 @@
node_modules/
*.log
.direnv
+.env.secrets
addon/.web-extension-id
@@ -0,0 +1,3 @@
+# This file was created by https://github.com/mozilla/web-ext
+# Your auto-generated extension ID for addons.mozilla.org is:
+{bc4e0acf-acd5-4c45-b7af-699f6734d1ad}
0 commit comments