浏览代码

gitignore

master
Lea Dammann 3 年前
父节点
当前提交
9e4e4199dd
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16
    0
      .gitignore

+ 16
- 0
.gitignore 查看文件

@@ -0,0 +1,16 @@
1
+/node_modules
2
+/.pnp
3
+.pnp.js
4
+
5
+
6
+/coverage
7
+
8
+/build
9
+
10
+.DS_STORE
11
+.env.local
12
+.env*
13
+
14
+npm-debug.log*
15
+yarn-debug.log*
16
+yarn-error.log*

正在加载...
取消
保存