Semantic-Org / Semantic-UI-Angular

Semantic UI Angular Integrations
MIT License
557 stars 117 forks source link

chore(project): ignore js and map files in src #57

Closed moribvndvs closed 8 years ago

moribvndvs commented 8 years ago

When tsc is run - either manually, or in my case, by the atom-typescript project in Atom when I save a .ts file - it generates .js and .map files in place for each typescript file in the project. Since these are compilation artifacts, I'm suggesting we ignore them.