Skip to content

Commit

Permalink
fix(.gitignore): semantic-release wont publish lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
HriBB committed Nov 17, 2016
1 parent cd803a8 commit 27b866b
Showing 1 changed file with 5 additions and 37 deletions.
42 changes: 5 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,7 @@
lib

# Logs
logs
node_modules
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
.DS_Store
lib
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
.idea
npm-debug.log

0 comments on commit 27b866b

Please sign in to comment.