We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d2a95 commit 2da33e6Copy full SHA for 2da33e6
.gitignore
@@ -1,7 +1,6 @@
1
# Cache and IDE-related files
2
.cache
3
.idea
4
-.vscode
5
6
# Yarn-related files
7
**/.yarn/*
.vscode/extensions.json
@@ -0,0 +1,9 @@
+{
+ "recommendations": [
+ "dbaeumer.vscode-eslint",
+ "eamodio.gitlens"
+ ],
+ "unwantedRecommendations": [
+ "dbaeumer.jshint"
8
+ ]
9
+}
.vscode/settings.json
@@ -0,0 +1,5 @@
+ "search.exclude": {
+ "**/.yarn": true
+ }
0 commit comments