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
|
||||
*.jsx
|
||||
|
||||
#Typescript
|
||||
*.ts
|
||||
*.tsx
|
||||
|
||||
#Coffeescript
|
||||
*.coffee
|
||||
|
||||
#Java
|
||||
*.java
|
||||
|
||||
@ -13,6 +20,7 @@
|
||||
|
||||
#C++
|
||||
*.cpp
|
||||
*.h
|
||||
|
||||
#Perl
|
||||
*.pl
|
||||
@ -29,3 +37,19 @@
|
||||
#CSharp
|
||||
*.cs
|
||||
|
||||
#Rust
|
||||
*.rs
|
||||
|
||||
#Batch
|
||||
*.bat
|
||||
|
||||
#Shellscript
|
||||
*.sh
|
||||
|
||||
#Powershell
|
||||
*.ps1
|
||||
*.psd1
|
||||
*.psm1
|
||||
|
||||
#Postscript
|
||||
*.ps
|
||||
|
Loading…
Reference in New Issue
Block a user