]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Development: devcontainer fixes for Windows (#10843)
authorExploracuriousAlex <127612956+ExploracuriousAlex@users.noreply.github.com>
Wed, 17 Sep 2025 16:16:58 +0000 (18:16 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 16:16:58 +0000 (16:16 +0000)
commitd5aba09de94a34edc22ab69aa62b11a8c4ba3dd7
tree72aa67496fc48d07bca728cbc6231607975cda61
parentf2ef9af29171a8cf274e3738ace2308b186667fb
Development: devcontainer fixes for Windows (#10843)

* chore(devcontainer): drop read-only host .gitconfig bind mount

The bind mount prevented adjusting git config inside the dev container, and VS Code Dev Containers already copies the host .gitconfig automatically, making the mount unnecessary. This restores ability to manage git settings within the container.

* chore(gitignore): ignore .pnpm-store folder for pnpm package management

Add .pnpm-store/ to .gitignore to prevent local pnpm package store from being tracked by git when using the devcontainer.

* docs(development): clarify VS Code devcontainer setup steps for Windows

Add instructions, how to overcome some issues caused by using Windows as host system.
.devcontainer/docker-compose.devcontainer.sqlite-tika.yml
.gitignore
docs/development.md