chore: 扩展.gitignore以忽略更多常见文件类型
添加对办公文档、压缩文件、地理空间数据及临时文件的忽略规则,减少仓库中的无关文件。
This commit is contained in:
parent
c3ad04cd71
commit
fdae8be777
28
.gitignore
vendored
28
.gitignore
vendored
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user