- Published on
- Authors
- koskila
- Tags
- gittypescript
How to clean up redundant .js, .jsx and .d.ts files from your repository?
Even if you have a 100% TypeScript project, it'll still end up with a lot of .js (JavaScript) or .jsx (JavaScript with React extension) files. Unless you properly ignore them, they'll end up cluttering your Visual Studio solution, and even git....