Feature: credentials page & vaultwarden compose setup (#3534)

Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
Alex Angin
2025-10-16 00:50:33 -04:00
committed by GitHub
parent ea2e73f8cc
commit a610292ea2
11 changed files with 595 additions and 5 deletions

27
.gitattributes vendored Normal file
View File

@@ -0,0 +1,27 @@
# Set default behavior to automatically normalize line endings
* text=auto
# Force Unix LF line endings for shell scripts
*.sh text eol=lf
bitwarden-cli-server/entrypoint.sh text eol=lf
# Force Unix LF line endings for Python files
*.py text eol=lf
# Force Unix LF line endings for Docker files
Dockerfile text eol=lf
*.dockerfile text eol=lf
# Force Unix LF line endings for YAML and config files
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.md text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary