Should I exclude Aurelia scripts folder in .gitignore?
问题 Should I put the /scripts folder of my Aurelia project in .gitignore, since as best as I can tell, they are rebuilt on each run anyway? My .gitignore currently contains: node_modules jspm_packages .idea .DS_STORE Should I add the following? scripts 回答1: Assuming you're talking about a private repo: We don't check in any generated files, including the js files that visual studio generates which live beside the TypeScript files (we leave VS' transpile turned on even though the aurelia build