.gitignore (330B)
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 .eslintcache 11 12 # production 13 /build 14 15 # misc 16 .DS_Store 17 .env.local 18 .env.development.local 19 .env.test.local 20 .env.production.local 21 .idea 22 23 npm-debug.log* 24 yarn-debug.log* 25 yarn-error.log* 26