summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 552704ba3633ae1aad8204645600082b535d2814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Firefox extension signing keys
.web-ext-artifacts/
.web-ext-config.js
.web-extension-id
.amo-upload-uuid
# API keys and secrets
.env
secrets.json
config.json
# Node.js dependencies
node_modules/
dist/
builds/

# macos
.DS_Store
.AppleDouble
.LSOverride

.zip