Explorar el Código

Add .gitignore

tags/v0.0.2
Fen Dweller hace 5 años
padre
commit
843735d1ab
Se han modificado 2 ficheros con 19 adiciones y 0 borrados
  1. +16
    -0
      .gitignore
  2. +3
    -0
      .vscode/settings.json

+ 16
- 0
.gitignore Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar