mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-25 13:22:56 +08:00
init
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# OSX
|
||||
.DS_Store
|
||||
|
||||
# Node.js
|
||||
node_modules
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
*.log
|
||||
|
||||
# Editor
|
||||
!.vscode/settings.json
|
||||
!.vscode/snippets.code-snippets
|
||||
|
||||
# Project
|
||||
dist/
|
||||
.history/
|
||||
out
|
||||
.obskey
|
||||
release-config.json
|
||||
src/auto-imports.d.ts
|
||||
|
||||
# 使用npm作为包管理器
|
||||
yarn.lock
|
||||
|
||||
# AI
|
||||
.cursor
|
||||
.vscode
|
||||
Reference in New Issue
Block a user