update .gitignore
This commit is contained in:
parent
e5db599009
commit
5467ad1664
1 changed files with 22 additions and 1 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
@ -4,7 +4,7 @@
|
|||
*.stl
|
||||
|
||||
*.gz
|
||||
*.webm
|
||||
*.ogv
|
||||
|
||||
# Created by https://www.gitignore.io/api/lua,git
|
||||
# Edit at https://www.gitignore.io/?templates=lua,git
|
||||
|
@ -131,3 +131,24 @@ luac.out
|
|||
*.wmv
|
||||
|
||||
# End of https://www.gitignore.io/api/video
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/video
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=video
|
||||
|
||||
### Video ###
|
||||
*.3g2
|
||||
*.3gp
|
||||
*.asf
|
||||
*.asx
|
||||
*.avi
|
||||
*.flv
|
||||
*.mov
|
||||
*.mp4
|
||||
*.mpg
|
||||
*.rm
|
||||
*.swf
|
||||
*.vob
|
||||
*.wmv
|
||||
*.webm
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/video
|
||||
|
|
Loading…
Reference in a new issue