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:
parent
ed6c73fc16
commit
99951001e2
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user