shish 2 ماه پیش
والد
کامیت
7960a2d44f
3فایلهای تغییر یافته به همراه93 افزوده شده و 0 حذف شده
  1. 31 0
      .aiignore
  2. 31 0
      .cursorignore
  3. 31 0
      .windsurfignore

+ 31 - 0
.aiignore

@@ -0,0 +1,31 @@
+# Dependencies & vendors
+node_modules/
+vendor/
+
+# Build & generated output
+dist/
+build/
+unpackage/
+coverage/
+
+# Runtime & logs
+runtime/
+console/runtime/
+logs/
+*.log
+
+# VCS & IDE
+.git/
+.idea/
+.hbuilderx/
+.DS_Store
+
+# Secrets
+
+
+# Source maps
+*.map
+
+# h5 variants 鈥?only touch when the user explicitly asks
+hdh5/
+mallh5/

+ 31 - 0
.cursorignore

@@ -0,0 +1,31 @@
+# Dependencies & vendors
+node_modules/
+vendor/
+
+# Build & generated output
+dist/
+build/
+unpackage/
+coverage/
+
+# Runtime & logs
+runtime/
+console/runtime/
+logs/
+*.log
+
+# VCS & IDE
+.git/
+.idea/
+.hbuilderx/
+.DS_Store
+
+# Secrets
+
+
+# Source maps
+*.map
+
+# h5 variants — only touch when the user explicitly asks
+hdh5/
+mallh5/

+ 31 - 0
.windsurfignore

@@ -0,0 +1,31 @@
+# Dependencies & vendors
+node_modules/
+vendor/
+
+# Build & generated output
+dist/
+build/
+unpackage/
+coverage/
+
+# Runtime & logs
+runtime/
+console/runtime/
+logs/
+*.log
+
+# VCS & IDE
+.git/
+.idea/
+.hbuilderx/
+.DS_Store
+
+# Secrets
+
+
+# Source maps
+*.map
+
+# h5 variants 鈥?only touch when the user explicitly asks
+hdh5/
+mallh5/