From c175c2133fc1bfe2b7326a7097dded7ae7b2ef0d Mon Sep 17 00:00:00 2001 From: Tyler887 Date: Wed, 22 Dec 2021 13:16:38 +0000 Subject: [PATCH] Create TypeScript.gitignore --- TypeScript.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TypeScript.gitignore 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