diff --git a/TypeScript.gitignore b/TypeScript.gitignore new file mode 100644 index 00000000..df23fb0d --- /dev/null +++ b/TypeScript.gitignore @@ -0,0 +1,8 @@ +#Files for the code + +*.ts +*.typescript + +#Executables +*.exe +*.app