UNPKG

321 BPlain TextView Raw
1# See https://help.github.com/ignore-files/ for more about ignoring files.
2
3# dependencies
4/node_modules
5
6# testing
7/coverage
8
9# production
10/build
11
12# bucklescript
13/lib
14/types
15.merlin
16
17# misc
18.DS_Store
19.env.local
20.env.development.local
21.env.test.local
22.env.production.local
23
24npm-debug.log*
25yarn-debug.log*
26yarn-error.log*