simple-keyboard/.gitignore

22 lines
302 B
Plaintext
Raw Permalink Normal View History

2018-11-10 00:06:46 +08:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2018-04-21 04:34:02 +08:00
# dependencies
/node_modules
2018-11-10 00:06:46 +08:00
/.pnp
.pnp.js
2018-04-21 04:34:02 +08:00
# testing
/coverage
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
2019-08-18 04:06:15 +08:00
.vscode
2018-04-21 04:34:02 +08:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-12-04 09:06:38 +08:00
_git*