Skip to content

Commit 8283c09

Browse files
nficanoclaude
andcommitted
gitignore: keep shared .vscode configs
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9678f6e commit 8283c09

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
.gradle/
33
build/
44
**/build/
5+
bin/
6+
**/bin/
57
!gradle/wrapper/gradle-wrapper.jar
68

79
# IDE
810
.idea/
911
*.iml
10-
.vscode/
12+
.vscode/*
13+
!.vscode/settings.json
14+
!.vscode/extensions.json
15+
!.vscode/tasks.json
16+
!.vscode/launch.json
1117
*.iws
1218
*.ipr
1319
.classpath

0 commit comments

Comments
 (0)