Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit b9552b6

Browse files
committed
add .kotlin/sessions to ktor gitignore
1 parent caf3c19 commit b9552b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

amp_demos/java/ktor/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ out/
3333
/.nb-gradle/
3434

3535
### VS Code ###
36-
.vscode/
36+
.vscode/
37+
38+
### Kotlin ###
39+
.kotlin/sessions

0 commit comments

Comments
 (0)