From 99951001e21465298a0704dda41e06965746e9ea Mon Sep 17 00:00:00 2001 From: Gepser Hoil Date: Tue, 6 Feb 2018 23:24:40 -0600 Subject: [PATCH] Create .gitignore I am trying to keep it simple for every language, I know there are a lot of file extensions that could have code for this languages and of course, I am just adding the common ones. --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4374ee4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +#Golang +*.go + +#Javascript +*.js + +#Java +*.java + +#C +*.c + +#C++ +*.cpp + +#Perl +*.pl + +#Ruby +*.rb + +#Python +*.py + +#PHP +*.php + +#CSharp +*.cs +