build(release): shrink npm package size

This commit is contained in:
Alexander Zeitler 2021-07-20 12:45:16 +02:00
parent d7fe723db3
commit 9f84b89a45

View file

@ -1,9 +1,17 @@
# ignore all files in the test/ directory
test/
# ignore docs
docs/
community-samples/readme.md
readme.md
# ignore ESLint and EditorConfig
# ignore all files in the test/ directory and test settings
test/
jest.config.js
# ignore EditorConfig, ESLint, Prettier config
.editorconfig
.eslintrc.json
.eslintrc.js
.prettierrc.js
# JetBrains IDE settings
.idea
@ -11,6 +19,9 @@ test/
# VS Code settings
.vscode
# GitHub actions
.github
# VuePress
.cache
.temp