in my AngularJS project , we coding with TypeScript, and compiling with NodeJs. now the problem is every time i run npm compile , there are many .js & .js.map file modified on local git repository.
how to ignore those modified file in git? thanks for help in advance.