chore: 扩展.gitignore以忽略更多常见文件类型

添加对办公文档、压缩文件、地理空间数据及临时文件的忽略规则,减少仓库中的无关文件。
This commit is contained in:
谢泓 2026-04-13 10:10:09 +08:00
parent c3ad04cd71
commit fdae8be777

28
.gitignore vendored
View File

@ -1,15 +1,27 @@
.dodsrc .dodsrc
__pycache__/ __pycache__/
data/ data/
*.pdf *.pdf
*.doc
*.tif *.docx
*.xls
*.xlsx
*.ppt
*.pptx
*.csv
*.tif*
*.tiff *.tiff
*.ipynb *.ipynb
*.log *.log
*.geojson
*.shp
*.shx
*.dbf
*.prj
*.cpg
*.qmd
*.sld
*.zip
*.7z
*.tar*
*.rar