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 1, 2021
1 parent d1d1da6 commit 9f84b99
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .npmignore
@@ -0,0 +1,27 @@
# gitignore

lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules

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

coverage/
.nyc_output/

.github/workflows

0 comments on commit 9f84b99

Please sign in to comment.