Skip to content

Commit 1a7ebb7

Browse files
committed
Added gitignore for tsconfig.json
1 parent ce31f8c commit 1a7ebb7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
.vscode
2+
.vscode
3+
*.temp.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
"express": "^4.18.1",
6464
"zod": "^3.17.10"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)