Release: v0.1.0-alpha
Release Docker Image / Build & Push Docker Image (release) Failing after 1m30s

This commit is contained in:
2026-04-05 16:56:16 +02:00
parent 23ff731579
commit fd13e67aef
89 changed files with 18786 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
# Binaries
/keywarden
/keywarden.exe
*.exe
*.exe~
*.dll
*.so
*.dylib
# Build output
/build/
/dist/
# Go
vendor/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# App data (runtime)
/data/
*.db
*.db-journal
*.db-wal
*.db-shm
# Environment
.env
.env.local
# Keys (never commit private keys!)
*.pem
*.key
id_rsa
id_ed25519