Quellcode durchsuchen

配置文件首次提交

fanghuisheng vor 4 Wochen
Commit
e555373264
2 geänderte Dateien mit 37 neuen und 0 gelöschten Zeilen
  1. 26 0
      .gitignore
  2. 11 0
      README.md

+ 26 - 0
.gitignore

@@ -0,0 +1,26 @@
+.DS_Store
+.history/
+.hbuilderx/
+package-lock.json
+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
+*.zip
+
+yarn.lock

+ 11 - 0
README.md

@@ -0,0 +1,11 @@
+# sass移动端
+
+### 账号:fire_admin
+### 密码:FIRE_admin123
+
+
+## node>18.1.0||16.17.1
+ 
+##### 提交时执行 npm run update:setting "zhiHuiYun",防止每次文件变更
+
+