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 fadffe7 commit 635ffddCopy full SHA for 635ffdd
.gitignore
@@ -1,7 +1,10 @@
1
.DS_Store
2
.directory
3
-/node_modules
+node_modules
4
5
# Ignore auto-generated files by VS & VSCode.
6
/.vs/
7
/.vscode/
8
+
9
+# v8.log is generated by the d8-shell if profiling is enabled
10
+v8.log
0 commit comments