- Add package.json with dependencies and scripts for development - Create main application structure with App component - Implement GitHubWidget component to display recent commits - Add GitHubCommitItem component for individual commit display - Create custom hooks for fetching GitHub and Gitea commits - Set up Vite for development and build processes - Include Tailwind CSS for styling - Add styles for the widget and components - Configure TypeScript with appropriate settings - Create utility functions for GitHub API interactions
25 lines
253 B
Plaintext
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?
|