simple-keyboard/.npmignore
2022-09-02 13:35:18 +02:00

39 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
.eslintignore
.eslintrc.json
webpack.config.js
webpack.config.demo.js
webpack.config.modern.js
babel.config.js