simple-keyboard/.npmignore
2023-06-01 01:23:28 -04:00

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