FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Add scripts to npmignore #1376

Closed Hirse closed 4 years ago

Hirse commented 4 years ago

Since #1366 and #1372 were developed in parallel, the new script folder was missed during the ignore cleanup.

This PR adds that folder and moves the existing teststabilitytester.js script there.

campersau commented 4 years ago

Should we also copy the source/.eslintrc.json in the scripts folder?

campersau commented 4 years ago

eslint does not like #!/usr/bin/env node in scripts\teststabilitytester.js