Skip to content

Commit

Permalink
[meta] do not publish github action workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 13, 2021
1 parent 66202e7 commit d4f6c32
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# gitignore
npm-debug.log
node_modules
.DS_Store

# build output
dist/*

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

# coverage output
coverage/
.nyc_output/

bower.json
component.json
.npmignore
.travis.yml
.github/workflows

0 comments on commit d4f6c32

Please sign in to comment.