添加gitignore文件
This commit is contained in:
parent
8b3d089b9e
commit
8b21ac636a
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
*__pycache__/
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.pt
|
||||
*.mp4
|
||||
*.ts
|
||||
*.index
|
||||
*.rknn
|
||||
*.m3u8
|
||||
*.gif
|
||||
*.tar
|
||||
*.zip
|
||||
*.pdopt
|
||||
*.pdparams
|
||||
*.states
|
||||
*.pdiparams
|
||||
*.pdmodel
|
||||
*.info
|
||||
*.github
|
||||
*.log
|
||||
|
||||
Loading…
Reference in New Issue
Block a user