From 39bf3538bf98501906c468dee35fee776ba61c6a Mon Sep 17 00:00:00 2001 From: Gepser Hoil Date: Wed, 7 Feb 2018 12:19:35 -0600 Subject: [PATCH] Update .gitignore Adding more languages to the gitignore --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index 241e929..4f55804 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,13 @@ *.js *.jsx +#Typescript +*.ts +*.tsx + +#Coffeescript +*.coffee + #Java *.java @@ -13,6 +20,7 @@ #C++ *.cpp +*.h #Perl *.pl @@ -29,3 +37,19 @@ #CSharp *.cs +#Rust +*.rs + +#Batch +*.bat + +#Shellscript +*.sh + +#Powershell +*.ps1 +*.psd1 +*.psm1 + +#Postscript +*.ps