refactor(#20): Updated gitingore to ignore vscode stuff

This commit is contained in:
Simon Pistache 2022-06-18 13:21:28 +02:00
parent 6af6021259
commit 947d56a030
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -25,4 +25,7 @@ access/*
.idea
announces/*
/styles.module.css
# VS Code stuff
.vscode/settings.json
.vscode/launch.json

View File

@ -1,3 +0,0 @@
{
"eslint.lintTask.enable": true
}