FredrikNoren / ungit

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

Fix git ignore settings #1393

Closed Hirse closed 4 years ago

Hirse commented 4 years ago

Version 1.5.8 has the public/js/ungit.js and public/css/style.css files missing on npm. It seems that all .gitignore files get transformed to .npmignore (unless there is an actual .npmignore file), even when they are in subfolders.

This PR removes the .gitignore files that are not in the root folder and creates the required folders in the build step.

campersau commented 4 years ago

Ups.. thanks!