dojo / dojo-package-template

Dojo 2 - template to clone for creating packages (internal use)
Other
6 stars 18 forks source link

.tsconfig*.json #55

Closed kitsonk closed 8 years ago

kitsonk commented 8 years ago

Are .tsconfig*.json supposed to be checked into repos? Should they be added to .gitignore?

agubler commented 8 years ago

They should've be added to the .gitignore - I though I did this as I worked through the TS2.0 changes.

Once https://github.com/dojo/grunt-dojo2/pull/30 is in then we won't need to ignore them as it will clean up the .tsconfig*.json files

agubler commented 8 years ago

This should no longer be an issue, the task now cleans up the temporary files.