UNPKG

229 BPlain TextView Raw
1# See https://help.github.com/ignore-files/ for more about ignoring files.
2
3# dependencies
4/node_modules
5/flow-typed
6
7# testing
8/coverage
9
10# production
11/build
12
13# misc
14.DS_Store
15.env
16npm-debug.log*
17yarn-debug.log*
18yarn-error.log*