Skip to content

Commit

Permalink
Merge branch 'master' into v3
Browse files Browse the repository at this point in the history
# Conflicts:
#	.gitignore
#	package.json
#	vite.config.ts
  • Loading branch information
yujinpan committed May 29, 2024
2 parents e1a28b9 + 0dd53c2 commit 64a05f1
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,23 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
types

docs/.vitepress/dist
docs/.vitepress/cache
.DS_Store
node_modules
stat
lib
node_modules
.DS_Store
dist-ssr
coverage
*.local
package-lock.json
types
docs/.vitepress/cache

/cypress/videos/
/cypress/screenshots/
# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
Expand Down

0 comments on commit 64a05f1

Please sign in to comment.