Skip to content

Commit 701e41f

Browse files
committed
sign
1 parent 2cc84b6 commit 701e41f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.envrc

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
# vi:set ft=bash:
12
use flake
3+
4+
if [ -f .env.secrets ]; then
5+
dotenv .env.secrets
6+
fi

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
node_modules/
33
*.log
44
.direnv
5+
.env.secrets

addon/.web-extension-id

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file was created by https://github.com/mozilla/web-ext
2+
# Your auto-generated extension ID for addons.mozilla.org is:
3+
{bc4e0acf-acd5-4c45-b7af-699f6734d1ad}

0 commit comments

Comments
 (0)