Skip to content

Commit

Permalink
Add build files to npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
gartz committed Apr 1, 2016
1 parent bb2d733 commit 1921dcf
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,4 @@ npm-debug.log
.c9revisions
.settings

# Grunt
.grunt
report/
_SpecRunner.html

build/
71 changes: 71 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Ignore test results
actual
results

# Ignore compiled docs
_gh_pages
_gh-pages
_site

# Numerous always-ignore extensions
*.csv
*.dat
*.diff
*.err
*.gz
*.log
*.log
*.orig
*.out
*.pid
*.rej
*.ruby-version
*.sass-cache
*.seed
*.swo
*.swp
*.vi
*.zip
*~
lib-cov

# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-*

# Komodo
*.komodoproject
.komodotools

# Folders to ignore
.hg
.svn
.CVS
.idea
tmp
node_modules
pids
logs

# Files to ignore
npm-debug.log

# Cloud9
.c9revisions
.settings

.travis.yml
.codeclimate.yml
.editorconfig
demo/
index.html
favicon.ico
build/coverage/

0 comments on commit 1921dcf

Please sign in to comment.