فهرست منبع

chore: 添加 .gitignore 文件

- 新建 .gitignore 文件,列出不希望 Git 跟踪的文件和目录
-忽略日志文件、临时文件、依赖目录等
- 包含测试覆盖率报告、IDE 配置文件等
mws 4 ماه پیش
والد
کامیت
383581fef8
1فایلهای تغییر یافته به همراه23 افزوده شده و 0 حذف شده
  1. 23 0
      .gitignore

+ 23 - 0
.gitignore

@@ -0,0 +1,23 @@
+.DS_Store
+node_modules/
+dist/
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+**/*.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