use-init / init

INIT extends HTML5 Boilerplate, adds more structure for SCSS and JavaScripts files, includes build tasks and a whole lot more.
http://use-init.com/
MIT License
591 stars 69 forks source link

Inconsistent ignoring of generated .html files in project root #137

Open isaacrankin opened 9 years ago

isaacrankin commented 9 years ago

There seems to be a (really) minor issue with ignoring HTML files generated after the build.

index.html is ignored but the other generated HTML files in the root are not.

Not sure if this is intentional or not, but we could add /*.html to the .gitignore file, so all generated HTML files are ignored...or remove index.html so they're all included.

Also, not sure why resume.html is in the .gitignore.

(BTW - Nice project, V 2.0 is looking good!)