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 21, 2021
1 parent 262eb76 commit eb5c787
Showing 1 changed file with 42 additions and 5 deletions.
47 changes: 42 additions & 5 deletions .npmignore
@@ -1,6 +1,43 @@
npm-debug.log
browserShim.js
.npmignore
.travis.yml
.jscs.json
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

dist/

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

browserShim.js
.github/workflows

0 comments on commit eb5c787

Please sign in to comment.