瀏覽代碼

Add .gitignore

tags/v0.0.2
Fen Dweller 5 年之前
父節點
當前提交
843735d1ab
共有 2 個文件被更改,包括 19 次插入0 次删除
  1. +16
    -0
      .gitignore
  2. +3
    -0
      .vscode/settings.json

+ 16
- 0
.gitignore 查看文件

@@ -0,0 +1,16 @@

# Created by https://www.gitignore.io/api/visualstudiocode
# Edit at https://www.gitignore.io/?templates=visualstudiocode

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### VisualStudioCode Patch ###
# Ignore all local history of files
.history

# End of https://www.gitignore.io/api/visualstudiocode

+ 3
- 0
.vscode/settings.json 查看文件

@@ -0,0 +1,3 @@
{
"python.pythonPath": "C:\\Users\\hausss\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
}

Loading…
取消
儲存