We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aea5a1 commit f243cbcCopy full SHA for f243cbc
.gitignore
@@ -34,3 +34,7 @@ yarn-error.log*
34
# typescript
35
*.tsbuildinfo
36
next-env.d.ts
37
+
38
39
+# exclude these files from being ignored
40
+!.vscode/extensions.json
.vscode/extensions.json
@@ -0,0 +1,7 @@
1
+{
2
+ "recommendations": [
3
+ "esbenp.prettier-vscode",
4
+ "dbaeumer.vscode-eslint",
5
+ "usernamehw.errorlens"
6
+ ]
7
+}
0 commit comments