소스 검색

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

불러오는 중...
취소
저장