From 19f5b2abb3df966ae65eb484a7e3bace05f5f17d Mon Sep 17 00:00:00 2001 From: yiminghe Date: Thu, 2 Jul 2015 12:36:12 +0800 Subject: [PATCH] update npmignore --- .gitignore | 9 +++------ .npmignore | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3d966afc91..16d51bb2c5 100644 --- a/.gitignore +++ b/.gitignore @@ -18,13 +18,10 @@ Thumbs.db node_modules/ .buildpath .settings -.yml -data +npm-debug.log nohup.out -.spmjspid -elasticsearch-* -config/base.yaml _site -npm-debug.log dist lib +elasticsearch-* +config/base.yaml \ No newline at end of file diff --git a/.npmignore b/.npmignore index 2d856000a4..cc9cf69f71 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,39 @@ +*.iml +.idea/ +.ipr +.iws +*~ +~* +*.diff +*.patch +*.bak +.DS_Store +Thumbs.db +.project +.*proj +.svn/ +*.swp +*.swo +*.log +node_modules/ +.buildpath +.settings +npm-debug.log +nohup.out +_site +dist +lib +elasticsearch-* +config/base.yaml + **/*.md docs node_modules theme static -_site site components -dist \ No newline at end of file +dist +/*.js +*.yml +CNAME -- GitLab