Skip to content

Commit 2138836

Browse files
authored
chore: update .gitignore (#258)
* chore: add **/node_modules/ entry * chore: add rust entries * chore: add *.test entry
1 parent 1cf38c1 commit 2138836

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ webhookx
55
*.log
66
dist/
77
test/output
8+
**/node_modules/
9+
**/rust/target/
10+
**/Cargo.lock
11+
*.test

0 commit comments

Comments
 (0)