gitignore增加图片文件和动态内容目录忽略
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -38,6 +38,13 @@ output/
|
|||||||
logs/
|
logs/
|
||||||
*.log
|
*.log
|
||||||
*.pptx
|
*.pptx
|
||||||
|
*.png
|
||||||
|
*.jpg
|
||||||
|
*.jpeg
|
||||||
|
*.gif
|
||||||
|
*.bmp
|
||||||
|
20260606/
|
||||||
|
ppt_manager/dynamic_content/
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user