3
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-06 01:51:02 +08:00

36 lines
392 B
Plaintext
Raw Normal View History

2018-04-20 16:34:02 -04:00
# dependencies
/node_modules
# testing
2021-03-07 02:52:17 -05:00
/tests
2018-04-20 16:34:02 -04:00
/coverage
2018-10-24 18:18:24 -04:00
# docs
/docs
2018-04-20 16:34:02 -04:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
2021-03-07 02:52:17 -05:00
/.github
/demo
.esdoc.json
2018-04-20 16:34:02 -04:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Development folders and files
public
src
scripts
config
.travis.yml
CHANGELOG.md
README.md
2020-02-06 23:43:33 -05:00
.eslintignore
2021-03-07 02:52:17 -05:00
.eslintrc.json
webpack.config.js
babel.config.js