Update .gitignore
Adding more languages to the gitignore
This commit is contained in:
parent
7c75eabe04
commit
39bf3538bf
24
.gitignore
vendored
24
.gitignore
vendored
@ -5,6 +5,13 @@
|
|||||||
*.js
|
*.js
|
||||||
*.jsx
|
*.jsx
|
||||||
|
|
||||||
|
#Typescript
|
||||||
|
*.ts
|
||||||
|
*.tsx
|
||||||
|
|
||||||
|
#Coffeescript
|
||||||
|
*.coffee
|
||||||
|
|
||||||
#Java
|
#Java
|
||||||
*.java
|
*.java
|
||||||
|
|
||||||
@ -13,6 +20,7 @@
|
|||||||
|
|
||||||
#C++
|
#C++
|
||||||
*.cpp
|
*.cpp
|
||||||
|
*.h
|
||||||
|
|
||||||
#Perl
|
#Perl
|
||||||
*.pl
|
*.pl
|
||||||
@ -29,3 +37,19 @@
|
|||||||
#CSharp
|
#CSharp
|
||||||
*.cs
|
*.cs
|
||||||
|
|
||||||
|
#Rust
|
||||||
|
*.rs
|
||||||
|
|
||||||
|
#Batch
|
||||||
|
*.bat
|
||||||
|
|
||||||
|
#Shellscript
|
||||||
|
*.sh
|
||||||
|
|
||||||
|
#Powershell
|
||||||
|
*.ps1
|
||||||
|
*.psd1
|
||||||
|
*.psm1
|
||||||
|
|
||||||
|
#Postscript
|
||||||
|
*.ps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user