Skip to content

Commit

Permalink
exclude extensions from gitignore, remove unused project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Mar 27, 2024
1 parent f0cb637 commit 9f35ad9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ yarn-error.log*
# editor directories and files
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
Expand Down
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
{
"mode": "auto"
}
],
"editor.defaultFormatter": "esbenp.prettier-vscode"
]
}

0 comments on commit 9f35ad9

Please sign in to comment.