Remove bin/obj and add .gitignore
Some checks failed
CI / Test (ubuntu-latest) (push) Has been skipped
CI / Lint (ubuntu-latest) (push) Has been skipped
CI / Check (ubuntu-latest) (push) Has been skipped
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been skipped
Deploy Website on push / Deploy Push Playground Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Docs Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Antd Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Element Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Naive Ftp (push) Has been skipped
Deploy Website on push / Rerun on failure (push) Has been skipped
Release Drafter / update_release_draft (push) Has been skipped
Lock Threads / action (push) Has been skipped
Issue Close Require / close-issues (push) Has been skipped
Close stale issues / stale (push) Has been skipped
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Some checks failed
CI / Test (ubuntu-latest) (push) Has been skipped
CI / Lint (ubuntu-latest) (push) Has been skipped
CI / Check (ubuntu-latest) (push) Has been skipped
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been skipped
Deploy Website on push / Deploy Push Playground Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Docs Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Antd Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Element Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Naive Ftp (push) Has been skipped
Deploy Website on push / Rerun on failure (push) Has been skipped
Release Drafter / update_release_draft (push) Has been skipped
Lock Threads / action (push) Has been skipped
Issue Close Require / close-issues (push) Has been skipped
Close stale issues / stale (push) Has been skipped
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
This commit is contained in:
parent
aad1163724
commit
51588525c7
57
.gitignore
vendored
57
.gitignore
vendored
@ -1,53 +1,26 @@
|
|||||||
node_modules
|
# Dependencies
|
||||||
.DS_Store
|
node_modules/
|
||||||
dist
|
|
||||||
dist-ssr
|
|
||||||
dist.zip
|
|
||||||
dist.tar
|
|
||||||
dist.war
|
|
||||||
.nitro
|
|
||||||
.output
|
|
||||||
*-dist.zip
|
|
||||||
*-dist.tar
|
|
||||||
*-dist.war
|
|
||||||
coverage
|
|
||||||
*.local
|
|
||||||
**/.vitepress/cache
|
|
||||||
.cache
|
|
||||||
.turbo
|
|
||||||
.temp
|
|
||||||
dev-dist
|
|
||||||
.stylelintcache
|
|
||||||
yarn.lock
|
|
||||||
package-lock.json
|
|
||||||
.VSCodeCounter
|
|
||||||
**/backend-mock/data
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
.eslintcache
|
|
||||||
|
|
||||||
logs
|
|
||||||
!apps/web-ele/src/views/fengling/logs/
|
|
||||||
*.log
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
pnpm-debug.log*
|
pnpm-debug.log*
|
||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
vite.config.mts.*
|
|
||||||
vite.config.mjs.*
|
|
||||||
vite.config.js.*
|
|
||||||
vite.config.ts.*
|
|
||||||
|
|
||||||
# Editor directories and files
|
# Build
|
||||||
.idea
|
dist/
|
||||||
# .vscode
|
dist-ssr/
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Editor
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea/
|
||||||
*.suo
|
*.suo
|
||||||
*.ntvs*
|
*.ntvs*
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
.history
|
|
||||||
.cursor
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user