Skip to content

Commit a9f977c

Browse files
authored
Merge pull request #303 from donaldzou/v4
Merging the v4 branch to main.
2 parents 9c6aa12 + 5669e22 commit a9f977c

File tree

131 files changed

+17315
-11822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+17315
-11822
lines changed

.gitignore

+34-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,37 @@ log/**
1515
release/*
1616
src/db/wgdashboard.db
1717
.jshintrc
18-
node_modules/
18+
node_modules/**
19+
*/proxy.js
20+
src/static/app/proxy.js
21+
22+
# Logs
23+
logs
24+
*.log
25+
npm-debug.log*
26+
yarn-debug.log*
27+
yarn-error.log*
28+
pnpm-debug.log*
29+
lerna-debug.log*
30+
31+
node_modules
32+
.DS_Store
33+
dist-ssr
34+
coverage
35+
*.local
36+
37+
/cypress/videos/
38+
/cypress/screenshots/
39+
40+
# Editor directories and files
41+
.vscode/*
42+
!.vscode/extensions.json
43+
.idea
44+
*.suo
45+
*.ntvs*
46+
*.njsproj
47+
*.sln
48+
*.sw?
49+
50+
*.tsbuildinfo
51+
.vite/*

README.md

+335-360
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)