microsoft/vscode-github-triage-actions

Add *.js files to .gitignore

thunder-coding opened this issue · 1 comments

As the bot is written in TypeScript, it does not need to have compiled JavaScript files in the GitHub repository

By design. We don't want to build the .js from scratch each time an action runs, so instead we build it at on-commit and store it in the repo.