FormidableLabs / denim

A lightweight, npm-based template engine.
MIT License
16 stars 2 forks source link

Bug: `gitignore` library not working like real git #9

Closed ryan-roemer closed 7 years ago

ryan-roemer commented 7 years ago

This is a bug in the gitignore library used by denim with lines in .gitignore template

# Optional npm cache directory
.npm

That somehow is matching .npmrc and .npmignore as an exclude. But that doesn't apply that way in real git.