Starcounter / DevTools

A browser extension that helps you debug Starcounter apps with ease
3 stars 1 forks source link

Remove .bower.json from .gitignore #15

Closed warpech closed 9 years ago

warpech commented 9 years ago

Currently, in many projects we explicitly ignore .bower.json files through .gitignore, because originally I underestimated its value.

Fact is, that .bower.json contains the actual installed Bower package metadata, which makes it super useful for starcounter-debug-aid. Thanks to this information we can deduct the installed version numer for any Bower package.

Remove .bower.json from .gitignore files in all Starcounter demo projects

warpech commented 9 years ago

.bower.json is now not ignored in all known applications