1
0
mirror of synced 2024-11-26 11:14:23 +01:00

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.
This commit is contained in:
Gepser Hoil 2018-02-06 23:24:40 -06:00 committed by GitHub
parent ed6c73fc16
commit 99951001e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
.gitignore vendored Normal file
View File

@ -0,0 +1,30 @@
#Golang
*.go
#Javascript
*.js
#Java
*.java
#C
*.c
#C++
*.cpp
#Perl
*.pl
#Ruby
*.rb
#Python
*.py
#PHP
*.php
#CSharp
*.cs