1
0
mirror of synced 2025-02-18 08:18:25 +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 *.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