wip(22w8b): bootstrapping fix

This commit is contained in:
Victor Westerlund 2022-02-25 09:45:13 +01:00
parent edc3b6fb9d
commit 547ad95c8a
8 changed files with 2 additions and 15 deletions

3
.gitignore vendored
View file

@ -13,7 +13,7 @@ Homestead.yaml
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
public/robots.txt public/robots.txt
__pycache__
# OS generated files # # OS generated files #
###################### ######################
@ -46,5 +46,6 @@ Thumbs.db
nbproject/* nbproject/*
# Visual Studio Code # Visual Studio Code
.vscode .vscode
.theia
# Sass preprocessor # Sass preprocessor
.sass-cache/ .sass-cache/

View file

@ -1,14 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}

Binary file not shown.