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 Feb 11, 2021
1 parent 601ff7a commit ad7bca7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# gitignore
node_modules
**/node_modules

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

# symlinked file used in tests
test/resolver/symlinked/_/node_modules/package

.github/workflows

0 comments on commit ad7bca7

Please sign in to comment.