diff --git a/.npmignore b/.npmignore index d2723dd..24d6047 100644 --- a/.npmignore +++ b/.npmignore @@ -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