文件
ParlzPackageManger/.gitignore
T
2026-09-02 21:18:36 +08:00

33 行
689 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
# source browser cache clone
web/.src/