Shannon_mu 3 年之前
父节点
当前提交
6eda20f60b
共有 1 个文件被更改,包括 21 次插入0 次删除
  1. 21 0
      commandCenter/.gitignore

+ 21 - 0
commandCenter/.gitignore

@@ -0,0 +1,21 @@
+.DS_Store
+node_modules
+/dist
+example.html
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw*