mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Track the two forks as submodules instead of ignoring them
They were in .gitignore with a note saying they would become submodules once they had somewhere to live. They do now, so they are, and ignoring them would from here on only hide which commit of each one this tree is built against. The paths stay cosmic-comp/ and cosmic-session/, which is where cosmic-epoch puts them, so this repository can be merged with the upstream meta-repo rather than laid out beside it.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[submodule "cosmic-comp"]
|
||||
path = cosmic-comp
|
||||
url = [email protected]:outbackdingo/hyprcosmic-comp.git
|
||||
[submodule "cosmic-session"]
|
||||
path = cosmic-session
|
||||
url = [email protected]:outbackdingo/hyprcosmic-session.git
|
||||
Reference in New Issue
Block a user