Merge branch 'ts' into merge-main-tmp
# Conflicts: # .gitignore # README.md
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -4,6 +4,7 @@
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
**/*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
@@ -24,3 +25,31 @@
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
.DS_Store
|
||||
.history
|
||||
node_modules/
|
||||
dist/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
tests/**/coverage/
|
||||
tests/e2e/reports
|
||||
selenium-debug.log
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.local
|
||||
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# 编译生成的文件
|
||||
auto-imports.d.ts
|
||||
components.d.ts
|
||||
|
||||
Reference in New Issue
Block a user