Skip to content

Commit 635ffdd

Browse files
authored
Update .gitignore (#121)
- Globally exclude node_modules by default - Ignore v8.log profiling files
1 parent fadffe7 commit 635ffdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.DS_Store
22
.directory
3-
/node_modules
3+
node_modules
44

55
# Ignore auto-generated files by VS & VSCode.
66
/.vs/
77
/.vscode/
8+
9+
# v8.log is generated by the d8-shell if profiling is enabled
10+
v8.log

0 commit comments

Comments
 (0)