Files
JRedisDesktop/.gitignore
T
Jokul 3e06def637 chore: init v2 project scaffold
- Add electron-vite + Vue 3 + TypeScript build config
- Add .gitignore with legacy/ exclusion
- Add AGENTS.md with architecture & dev commands
- Update README.md
2026-07-04 16:12:35 +08:00

19 lines
208 B
Plaintext

node_modules/
out/
dist/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
# Legacy codebase — archived Vue 2 version, not part of v2 build
legacy/