Skip to content

Commit

Permalink
Add config for Visual Studio Code users
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 27, 2022
1 parent 4b01e55 commit 42194a6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Cache and IDE-related files
.cache
.idea
.vscode

# Yarn-related files
**/.yarn/*
Expand Down
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.gitlens"
],
"unwantedRecommendations": [
"dbaeumer.jshint"
]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"search.exclude": {
"**/.yarn": true
}
}

0 comments on commit 42194a6

Please sign in to comment.