Clayton
11/18/2021, 8:55 PM.gitignore
–
https://github.com/serverless-stack/serverless-stack/blob/master/packages/create-serverless-stack/templates/typescript/.template.gitignore#L13
I had a project with a mix of JS and TS files (in the process of learning TS) and didn’t realize until a bit later that a number of files weren’t being committed to version control.Derek Kershner
11/18/2021, 9:40 PM!src/**/*.js
Derek Kershner
11/18/2021, 9:41 PMClayton
11/18/2021, 9:53 PM