From fdae8be777c1a1d6d9abc0e066b838d658959e0f Mon Sep 17 00:00:00 2001 From: xhong Date: Mon, 13 Apr 2026 10:10:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=89=A9=E5=B1=95.gitignore=E4=BB=A5?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=9B=B4=E5=A4=9A=E5=B8=B8=E8=A7=81=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加对办公文档、压缩文件、地理空间数据及临时文件的忽略规则,减少仓库中的无关文件。 --- .gitignore | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index c8fbea8..77975bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,27 @@ .dodsrc - __pycache__/ - data/ - *.pdf - -*.tif - +*.doc +*.docx +*.xls +*.xlsx +*.ppt +*.pptx +*.csv +*.tif* *.tiff - *.ipynb - *.log +*.geojson +*.shp +*.shx +*.dbf +*.prj +*.cpg +*.qmd +*.sld +*.zip +*.7z +*.tar* +*.rar \ No newline at end of file