Ryuiso 1 сар өмнө
parent
commit
0b087baf6a
1 өөрчлөгдсөн 21 нэмэгдсэн , 0 устгасан
  1. 21 0
      .gitignore

+ 21 - 0
.gitignore

@@ -0,0 +1,21 @@
+# 系统文件
+.DS_Store
+*.rar
+*.zip
+
+# 编辑器配置
+.vscode/
+.idea/
+
+# 项目依赖
+node_modules
+package-lock.json
+
+# 打包文件
+/build
+/dist
+
+env/.env.development
+
+.cursor
+.history