This repository has been archived on 2024-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
poc/.gitignore

40 lines
436 B
Plaintext
Raw Normal View History

2024-06-28 11:01:49 +00:00
# Created by https://www.toptal.com/developers/gitignore/api/audio,video
# Edit at https://www.toptal.com/developers/gitignore?templates=audio,video
### Audio ###
*.aif
2024-07-01 16:45:15 +00:00
*.amr
2024-06-28 11:01:49 +00:00
*.flac
*.iff
*.m3u
*.m4a
*.mid
*.mp2
*.mp3
*.mpa
*.ogg
*.opus
*.ra
*.wav
*.wma
### Video ###
*.3g2
*.3gp
*.asf
*.asx
*.avi
*.flv
*.mkv
*.mov
*.mp4
*.mpg
*.ogv
*.rm
*.swf
*.vob
*.webm
*.wmv
# End of https://www.toptal.com/developers/gitignore/api/audio,video