瀏覽代碼

update gitignore

Daniel Zlotin 8 年之前
父節點
當前提交
87a3abd6c1
共有 2 個檔案被更改,包括 10 行新增0 行删除
  1. 1
    0
      .gitignore
  2. 9
    0
      jsconfig.json

+ 1
- 0
.gitignore 查看文件

@@ -1,4 +1,5 @@
1 1
 dist
2
+.vscode/
2 3
 
3 4
 ############
4 5
 # Node

+ 9
- 0
jsconfig.json 查看文件

@@ -0,0 +1,9 @@
1
+{
2
+    "compilerOptions": {
3
+        "allowJs": true,
4
+        "allowSyntheticDefaultImports": true
5
+    },
6
+    "exclude": [
7
+        "node_modules"
8
+    ]
9
+}