Skip to content
This repository was archived by the owner on Oct 10, 2021. It is now read-only.

Commit b77a145

Browse files
committed
Updated gitignore to ignore compiled Typescript.
1 parent edb805c commit b77a145

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33

4+
# Compiled TypeScript
5+
**/Scripts/typescript/*.js
6+
**/Scripts/typescript/*.js.map
7+
**/Scripts/typescript/**/*.js
8+
**/Scripts/typescript/**/*.js.map
9+
410
# User-specific files
511
*.suo
612
*.user
@@ -186,4 +192,4 @@ FakesAssemblies/
186192
# LightSwitch generated files
187193
GeneratedArtifacts/
188194
_Pvt_Extensions/
189-
ModelManifest.xml
195+
ModelManifest.xml

0 commit comments

Comments
 (0)