mirror of
https://github.com/github/gitignore.git
synced 2025-02-22 14:14:53 +08:00
Created Videos.gitignore
Designed to help keep repository sizes under 5GB as GitHub recommends by blocking video files which could have large file sizes.
This commit is contained in:
parent
4488915eec
commit
2e567040b3
8
Videos.gitignore
Normal file
8
Videos.gitignore
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
## Ignore video files which could have large file sizes
|
||||||
|
## because GitHub recommends repository sizes under 5GB.
|
||||||
|
|
||||||
|
# Quicktime Video Files
|
||||||
|
*.mov
|
||||||
|
|
||||||
|
# MPEG-4 Video Files
|
||||||
|
*.m4v
|
Loading…
Reference in New Issue
Block a user