diff --git a/.npmignore b/.npmignore index 66afbce..8fc388f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,8 +1,24 @@ # 忽略文件 examples/ +build/ node_modules/ -*.log -*.md -*.yml -webpack.config.js -.gitignore \ No newline at end of file +*.map +*.html + +# 本地开发文件 +.DS_Store +*.local + +# 日志文件 +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# 编辑器目录和文件 +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? \ No newline at end of file diff --git a/examples/src/App.vue b/examples/src/App.vue index 8bab525..1515f30 100644 --- a/examples/src/App.vue +++ b/examples/src/App.vue @@ -1,6 +1,6 @@