Skip to content

Commit

Permalink
Merge pull request #303 from donaldzou/v4
Browse files Browse the repository at this point in the history
Merging the v4 branch to main.
  • Loading branch information
donaldzou authored Aug 17, 2024
2 parents 9c6aa12 + 5669e22 commit a9f977c
Show file tree
Hide file tree
Showing 131 changed files with 17,315 additions and 11,822 deletions.
35 changes: 34 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,37 @@ log/**
release/*
src/db/wgdashboard.db
.jshintrc
node_modules/
node_modules/**
*/proxy.js
src/static/app/proxy.js

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.DS_Store
dist-ssr
coverage
*.local

/cypress/videos/
/cypress/screenshots/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

*.tsbuildinfo
.vite/*
695 changes: 335 additions & 360 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit a9f977c

Please sign in to comment.