Skip to content

Commit b38b91f

Browse files
committed
Add IntelliJ run configurations for multi-node gradle clusters
1 parent 0c89456 commit b38b91f

File tree

4 files changed

+52
-1
lines changed

4 files changed

+52
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CLAUDE.md
33
.cursor*
44

55
# intellij files
6-
.idea/
6+
.idea/*
77
*.iml
88
*.ipr
99
*.iws
@@ -12,7 +12,10 @@ out/
1212

1313
# include shared intellij config
1414
!.idea/inspectionProfiles/Project_Default.xml
15+
!.idea/runConfigurations/
16+
.idea/runConfigurations/*
1517
!.idea/runConfigurations/Debug_OpenSearch.xml
18+
!.idea/runConfigurations/Debug_OpenSearch_Multinode_*.xml
1619
!.idea/vcs.xml
1720
!.idea/icon.svg
1821

.idea/runConfigurations/Debug_OpenSearch_Multinode_1.xml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Debug_OpenSearch_Multinode_2.xml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Debug_OpenSearch_Multinode_3.xml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)