diff --git a/.npmignore b/.npmignore index db6113f..a28b1f2 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,23 @@ +# project settings .vscode/ + +# babel settings +.babelrc +.babelrc.* +babel.config.* + +# doc source doc/ -test/ + +# eslint settings .eslintrc.* -.babelrc.* -*.local.* + +# local secrets +*.local + +# templates +*.template + +# test files +**/test/ *.test.* diff --git a/dist/default/.npmignore b/dist/default/.npmignore new file mode 100644 index 0000000..017ed67 --- /dev/null +++ b/dist/default/.npmignore @@ -0,0 +1 @@ +!lib \ No newline at end of file