99951001e2
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.
31 lines
130 B
Plaintext
31 lines
130 B
Plaintext
#Golang
|
|
*.go
|
|
|
|
#Javascript
|
|
*.js
|
|
|
|
#Java
|
|
*.java
|
|
|
|
#C
|
|
*.c
|
|
|
|
#C++
|
|
*.cpp
|
|
|
|
#Perl
|
|
*.pl
|
|
|
|
#Ruby
|
|
*.rb
|
|
|
|
#Python
|
|
*.py
|
|
|
|
#PHP
|
|
*.php
|
|
|
|
#CSharp
|
|
*.cs
|
|
|