UNPKG

213 BPlain TextView Raw
1# dependencies
2/node_modules
3/lib
4
5# testing
6/coverage
7
8# production
9/build
10
11# misc
12.DS_Store
13.env.local
14.env.development.local
15.env.test.local
16.env.production.local
17
18npm-debug.log*
19yarn-debug.log*
20yarn-error.log*
\No newline at end of file