Files
wlan-cloud-ui/.gitignore
Sean Macfarlane 1f9da3f314 updated version
2020-11-17 17:58:57 -05:00

25 lines
327 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
package-lock.json
# testing
/coverage
# production
/dist
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*