1
0
mirror of synced 2024-11-29 20:54:24 +01:00
nocode/.gitignore
Gepser Hoil 99951001e2
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.
2018-02-06 23:24:40 -06:00

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