mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-18 16:02:59 +08:00
40 lines
441 B
Plaintext
40 lines
441 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/tests
|
|
/coverage
|
|
|
|
# docs
|
|
/docs
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
/.github
|
|
/demo
|
|
.esdoc.json
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Development folders and files
|
|
public
|
|
src
|
|
scripts
|
|
config
|
|
.travis.yml
|
|
CHANGELOG.md
|
|
README.md
|
|
CODE_OF_CONDUCT.md
|
|
CONTRIBUTING.md
|
|
tsconfig.json
|
|
.eslintignore
|
|
.eslintrc.json
|
|
webpack.config.*
|
|
babel.config.js
|