浏览代码

feat:.gitignore

lvkun996 1 年之前
父节点
当前提交
24b107c1b2
共有 1 个文件被更改,包括 17 次插入0 次删除
  1. 17 0
      .gitignore

+ 17 - 0
.gitignore

@@ -0,0 +1,17 @@
+/node_modules
+
+/app/node_modules
+
+/app/build
+
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+