Explorar el Código

Additional .gitignore entry for VS Code

Add .vscode/launch.json to .gitignore
Ben Lye hace 6 años
padre
commit
2af3541880
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .gitignore

+ 1
- 0
.gitignore Ver fichero

@@ -159,6 +159,7 @@ vc-fileutils.settings
159 159
 #Visual Studio Code
160 160
 .vscode
161 161
 .vscode/c_cpp_properties.json
162
+.vscode/launch.json
162 163
 
163 164
 #cmake
164 165
 CMakeLists.txt

Loading…
Cancelar
Guardar