Quellcode durchsuchen

Add .gitignore

tags/v0.0.2
Fen Dweller vor 5 Jahren
Ursprung
Commit
843735d1ab
2 geänderte Dateien mit 19 neuen und 0 gelöschten Zeilen
  1. +16
    -0
      .gitignore
  2. +3
    -0
      .vscode/settings.json

+ 16
- 0
.gitignore Datei anzeigen

@@ -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 Datei anzeigen

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

Laden…
Abbrechen
Speichern