vaultwarden-web/.dockerignore
BlackDex 0277844cf9
Misc changes
Some misc changes.
- Moved old patch files to a `legacy` sub-folder
- If a legacy patch is used, show a warning and pause for 10 seconds
- Updated the checkout and Dockerfile so both use the same way of
  cloning the Bitwarden/client repo
- Updated the `patch_web_vault.sh` script to try and detect the vault version
- Added two new make commands to prepare and release a new version
- Added a `.env` feature for the `Makefile` to set some defaults
  Mainly used for using either `docker` or `podman` and for the GitHub
  Release script to have a predefined GPG user/key
2023-12-18 17:09:47 +01:00

21 lines
207 B
Text

# Local build artifacts
builds
docker_builds
container_builds
web-vault
# Documentation
*.md
*.txt
# Other
.env
.github
Makefile
.vscode
# Release files
*.tar.gz
*.tar.gz.asc
*.tar.gz.text
sha256sums.txt