Skip to content

Commit

Permalink
Add Euler as proper git sub-module
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Sep 30, 2024
1 parent 604f758 commit ac95a42
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Custom
.kotlin/
euler/


## Java
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "euler"]
path = euler
url = [email protected]:FWDekker/project-euler.git
branch = main
2 changes: 1 addition & 1 deletion buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "common"
rootProject.name = "buildSrc"
1 change: 1 addition & 0 deletions euler
Submodule euler added at 43a0aa

0 comments on commit ac95a42

Please sign in to comment.