pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
519 stars 63 forks source link

refactor(npm): remove unnecessary files from package #126

Closed mfranzke closed 3 years ago

mfranzke commented 3 years ago

Under the assumption that all of these files wouldn't get needed in a npm package, I've listed those within the related .npmignore file - in a more complex repo you could even also use a whitelist approach instead, but this should fit your current repos content quite nicely: CONTRIBUTING.md Makefile .eslintignore .eslintrc.js .travis.yml test/

Closes #120