镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
36 行
736 B
Plaintext
36 行
736 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 is committed so the mirror is complete and downloadable.
|
|
# Un-ignore the .pdm files there (*.pdm elsewhere stays ignored). Uses ** so it
|
|
# still matches after the mirror moved to web/mirror/.
|
|
!**/mirror/packages/
|
|
!**/mirror/packages/**/*.pdm
|
|
|
|
# installer downloads served at /downloads/ (committed so the site works)
|
|
!web/downloads/
|
|
!web/downloads/**/*.zip
|
|
!web/downloads/**/*.deb
|
|
!web/downloads/**/*.exe
|
|
|
|
# source browser cache clone
|
|
web/.src/
|
|
web/git/
|
|
web/releases/
|