镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
- un-ignore mirror/packages so the mirror is complete & downloadable - mirror/README.md: how to serve, browse, install from the mirror
24 行
449 B
Plaintext
24 行
449 B
Plaintext
# build artifacts / binaries (keep these OUT of git)
|
|
*.exe
|
|
*.o
|
|
/dist/
|
|
|
|
# PMM tool packages & big upstream files (outside mirror/packages)
|
|
*.pdm
|
|
*.msi
|
|
*.tar.xz
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# mirror runtime logs
|
|
mirror/server.log
|
|
|
|
# editors
|
|
.vscode/
|
|
.idea/
|
|
|
|
# The mirror registry (mirror/packages) IS committed so the mirror is complete
|
|
# and downloadable. Un-ignore the .pdm files there; *.pdm elsewhere stays ignored.
|
|
!mirror/packages/
|
|
!mirror/packages/**/*.pdm
|