mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-20 01:22:59 +08:00
26 lines
282 B
Plaintext
26 lines
282 B
Plaintext
|
# dependencies
|
||
|
/node_modules
|
||
|
|
||
|
# testing
|
||
|
/coverage
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# Development folders and files
|
||
|
public
|
||
|
src
|
||
|
scripts
|
||
|
config
|
||
|
.travis.yml
|
||
|
CHANGELOG.md
|
||
|
README.md
|