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 May 6, 2021
1 parent c41526b commit c13855d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# gitignore

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

pids
logs
results

npm-debug.log
node_modules

testling.html

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

.github/workflows

0 comments on commit c13855d

Please sign in to comment.