1
0
mirror of synced 2024-11-25 18:54:23 +01:00

Update .gitignore

Adding more languages to the gitignore
This commit is contained in:
Gepser Hoil 2018-02-07 12:19:35 -06:00 committed by GitHub
parent 7c75eabe04
commit 39bf3538bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.gitignore vendored
View File

@ -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