ソースを参照

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"
}

読み込み中…
キャンセル
保存