瀏覽代碼

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*

Loading…
取消
儲存