* chore: fix uid/gid mapping for non-vscode devs * chore: fix volume ownership in devcontainer * chore: use zsh in init script + remove temp mounted folders * chore: ignore group mapping error during devcontainer build * chore: fix ownership when running as root on host * chore: use new docker compose command format + fix root check * chore: improve uid/gid mapping message output * chore: include chromedriver permission fix * chore: skip parent dev image and install node directly instead of nvm * chore: reapply gitignore changes + better dev help message
33 lines
461 B
Plaintext
33 lines
461 B
Plaintext
.DS_store
|
|
datatracker.sublime-project
|
|
datatracker.sublime-workspace
|
|
/.coverage
|
|
/.factoryboy_random_state
|
|
/.mypy_cache
|
|
/.parcel-cache
|
|
/.project
|
|
/.pydevproject
|
|
/.Python
|
|
/.settings
|
|
/.tmp
|
|
/data
|
|
/docker/docker-compose.extend-custom.yml
|
|
/env
|
|
/ghostdriver.log
|
|
/htmlcov
|
|
/latest-coverage.json
|
|
/media
|
|
/node_modules
|
|
/release-coverage.json
|
|
/tmp-*
|
|
/.testresult
|
|
*.pyc
|
|
__pycache__
|
|
.yarn/*
|
|
!.yarn/cache
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|