snowview/.gitignore

23 lines
292 B
Plaintext
Raw Permalink Normal View History

2020-10-11 15:09:04 +08:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
2020-10-11 15:07:56 +08:00
2020-10-11 15:09:04 +08:00
# dependencies
/node_modules
2020-10-11 15:07:56 +08:00
2020-10-11 15:09:04 +08:00
# testing
/coverage
2020-10-11 15:07:56 +08:00
2020-10-11 15:09:04 +08:00
# production
/build
2020-10-11 15:07:56 +08:00
2020-10-11 15:09:04 +08:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
2020-10-11 15:07:56 +08:00
2020-10-11 15:09:04 +08:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2020-10-11 15:07:56 +08:00
2020-10-11 15:09:04 +08:00
.idea/