第一次提交
This commit is contained in:
24
frontend/.gitignore
vendored
Normal file
24
frontend/.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
node_modules
|
||||
dist
|
||||
!dist/
|
||||
!dist/**
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# 自动生成的类型声明
|
||||
auto-imports.d.ts
|
||||
components.d.ts
|
||||
|
||||
# Editor
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
Reference in New Issue
Block a user