When using TypeScript to write node.js application, what is the recommended way to deal with generated .js files?
Should I add generated .js files to .gitignore and
Any build artifacts for any and every VCSes have to be excluded from storing in repository. Just because repository must hold sources, using which you can re-build results in any environment and in any intermediate stored state