Skip to content

Commit b18cd1d

Browse files
chore(gitignore): ignore jobs directory and bench pycache (#2312)
1 parent 7041e21 commit b18cd1d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ Cargo.lock
4545
*.js
4646
*.map
4747
**/.forge/request.body.json
48-
node_modules/
48+
node_modules/
49+
jobs/
50+
bench/__pycache__

0 commit comments

Comments
 (0)