Skip to content

Commit 831c075

Browse files
committed
chore: ignore jdk directory in git
- Add jdk/ directory to .gitignore file - This change helps to prevent JDK-related files from being tracked by git
1 parent 2816948 commit 831c075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ etc
1313
bin/
1414
ui/
1515
static/
16-
.vscode/
16+
.vscode/
17+
jdk/

0 commit comments

Comments
 (0)