* Add .gitignore files for main and monkey directories. * Create initial project structure for VidBee download extension. * Implement main functionality in src/main/index.ts to handle deep links. * Develop UI components including DownloadDialog and VidBee download button. * Set up TypeScript configuration and Vite for build process. * Add styles for download button and tooltips. * Integrate localization for user interface elements. * Establish deep link handling in the renderer for improved user experience.
8 lines
65 B
Plaintext
8 lines
65 B
Plaintext
node_modules
|
|
/dist
|
|
out
|
|
.conductor/
|
|
.DS_Store
|
|
.eslintcache
|
|
*.log*
|