Skip to content

Commit

Permalink
[meta] avoid publishing github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 2, 2020
1 parent 1503b2b commit b3a84ee
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.DS_Store
.monitor
.*.swp
.nodemonignore
releases
*.log
*.err
fleet.json
public/browserify
bin/*.json
.bin
build
compile
.lock-wscript
node_modules

# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock

coverage/
.nyc_output/

.github/workflows

0 comments on commit b3a84ee

Please sign in to comment.