Browse Source

update npmignore

pull/29/head
yiminghe 10 years ago
parent
commit
19f5b2abb3
  1. 9
      .gitignore
  2. 34
      .npmignore

9
.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

34
.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
dist
/*.js
*.yml
CNAME

Loading…
Cancel
Save