Files
ssh-generator/.gitignore
robertas_stauskas c609be0213 Initial commit: SSH Key Generator
React+Vite app that generates Ed25519 and RSA SSH keys
entirely in the browser using Web Crypto API and micro-key-producer.
Styled with Tailwind CSS v4 dark theme.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 16:40:40 +02:00

25 lines
253 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?