Skip to content

Commit e0ab615

Browse files
add node_modules and error.log to gitignore
1 parent cd40441 commit e0ab615

File tree

2 files changed

+4
-536
lines changed

2 files changed

+4
-536
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
/rust/target
33
/examples/*.log
44
.qodo
5-
/target
5+
/target
6+
*/errors.log
7+
node_modules
8+

0 commit comments

Comments
 (0)