1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3# dependencies
4/node_modules
5/.pnp
6.pnp.js
7
8# testing
9/coverage
10
11# production
12/build
13/web-ext-artifacts
14
15# misc
16.DS_Store
17.env.local
18.env.development.local
19.env.test.local
20.env.production.local
21
22npm-debug.log*
23yarn-debug.log*
24yarn-error.log*
25
26web-ext-artifacts