add other parse code
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -158,3 +158,19 @@ cython_debug/
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
.idea/
|
||||
|
||||
# 排除所有音频文件
|
||||
*.mp3
|
||||
*.wav
|
||||
*.flac
|
||||
*.aac
|
||||
*.ogg
|
||||
# 可以继续添加其他音频格式
|
||||
|
||||
# 排除所有视频文件
|
||||
*.mp4
|
||||
*.avi
|
||||
*.mkv
|
||||
*.mov
|
||||
*.wmv
|
||||
# 可以继续添加其他视频格式
|
||||
Reference in New Issue
Block a user