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 5, 2021
1 parent bb804e3 commit 4b93675
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# gitignore
node_modules
.DS_Store

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

# coverage data
coverage/
.nyc_output/

.github/workflows

0 comments on commit 4b93675

Please sign in to comment.