792924ee by RSA

fixes

1 parent 4f4ab7d7
1 # # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 1 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2 2
3 # # dependencies 3 # dependencies
4 # /node_modules 4 /node_modules
5 # /.pnp 5 /.pnp
6 # .pnp.js 6 .pnp.js
7 7
8 # # testing 8 # testing
9 # /coverage 9 /coverage
10 10
11 # # production 11 # production
12 # /build 12 /build
13 13
14 # # misc 14 # misc
15 # .DS_Store 15 .DS_Store
16 # .env.local 16 .env.local
17 # .env.development.local 17 .env.development.local
18 # .env.test.local 18 .env.test.local
19 # .env.production.local 19 .env.production.local
20 20
21 # npm-debug.log* 21 npm-debug.log*
22 # yarn-debug.log* 22 yarn-debug.log*
23 # yarn-error.log* 23 yarn-error.log*
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!