文件
ParlzPackageManger/.gitignore
T
JGZYES 546a5c1ada mirror: commit full package store (nodejs/git/pmm/pureftpd .pdm) + mirror README
- un-ignore mirror/packages so the mirror is complete & downloadable
- mirror/README.md: how to serve, browse, install from the mirror
2026-08-30 22:17:06 +08:00

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