Skip to content

Commit

Permalink
Exclude Run_locally.xml from .gitignore
Browse files Browse the repository at this point in the history
* otherwise it's not included when we copy to akka-samples repo
  • Loading branch information
patriknw committed Mar 4, 2025
1 parent 4e5b7da commit 42c136b
Show file tree
Hide file tree
Showing 17 changed files with 81 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-akka-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
BRANCH=update-sdk-${SDK_VERSION}
git checkout -b $BRANCH
cp -R ../${{ matrix.sampleDir }}/* ./
mkdir -p .idea/runConfigurations
cp ../${{ matrix.sampleDir }}/.idea/runConfigurations/Run_locally.xml ./.idea/runConfigurations/
cp ../${{ matrix.sampleDir }}/.gitignore ./
git add .
git commit . -m "chore: bump SDK version to ${SDK_VERSION}"
git push --set-upstream origin-rw $BRANCH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
5 changes: 4 additions & 1 deletion samples/choreography-saga-quickstart/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand Down
5 changes: 4 additions & 1 deletion samples/doc-snippets/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand Down
7 changes: 5 additions & 2 deletions samples/event-sourced-counter-brokers/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/event-sourced-customer-registry-subscriber/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/event-sourced-customer-registry/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/key-value-counter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/key-value-customer-registry/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/key-value-shopping-cart/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/reliable-timers/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/shopping-cart-quickstart/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/spring-dependency-injection/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/tracing/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/transfer-workflow-compensation/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/transfer-workflow/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db
7 changes: 5 additions & 2 deletions samples/view-store/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.settings/

# Intellij
.idea/
.idea
!.idea/
.idea/*
!.idea/runConfigurations/Run_locally.xml
*.iml
*.iws

Expand All @@ -20,4 +23,4 @@ target/
effective-pom.xml

#local db
db.mv.db
db.mv.db

0 comments on commit 42c136b

Please sign in to comment.