0873197b43
- .gitignore for IDE/OS files; Linux-VM-Bootstrapper.code-workspace untracked (stays local only) - docker user + docker group with stable ids (default 2000:2000, overridable via --docker-uid/--docker-gid or DOCKER_UID/DOCKER_GID). Group is ensured before Docker installs so the package adopts it; an existing group is renumbered with a docker restart. Collisions with foreign uid/gid owners are detected and left alone with a warning. - /custom gets recursive POSIX ACLs (u/g docker, u/g 1000, root implicit) plus default ACLs on directories so new stack data inherits the grants; ownership of container-managed files is never changed. acl package added to the base toolset. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
9 lines
80 B
Plaintext
9 lines
80 B
Plaintext
# IDE / editor
|
|
*.code-workspace
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS cruft
|
|
.DS_Store
|
|
Thumbs.db
|