github.com/minio/console@v1.4.1/web-app/.gitignore (about) 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 11 12 # misc 13 .DS_Store 14 .env.local 15 .env.development.local 16 .env.test.local 17 .env.production.local 18 19 npm-debug.log* 20 yarn-debug.log* 21 yarn-error.log*