提交根目录配置文件

This commit is contained in:
编码猿
2025-09-19 02:22:04 +08:00
parent 523e115906
commit 4e06a0caed
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@@ -3,6 +3,9 @@ node_modules
dist
pnpm-lock.yaml
package-lock.json
# local env files
.env.local
.env.*.local
@@ -13,6 +16,7 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode