chore: submodules
This commit is contained in:
parent
81fc960a0c
commit
7a55221b7a
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -116,15 +116,9 @@ dist
|
|||
.pnp.*
|
||||
|
||||
# local
|
||||
/yarn.lock
|
||||
/bun.lockb
|
||||
|
||||
# package-locals
|
||||
/packages/*/yarn.lock
|
||||
/packages/*/bun.lockb
|
||||
/website/yarn.lock
|
||||
|
||||
/dox
|
||||
/dox-tmp
|
||||
|
||||
/.actrc
|
||||
|
|
8
.gitmodules
vendored
Normal file
8
.gitmodules
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
[submodule "website"]
|
||||
path = website
|
||||
url = git@github.com:cha0s/flecks.git
|
||||
branch = website
|
||||
[submodule "dox"]
|
||||
path = dox
|
||||
url = git@github.com:cha0s/flecks.git
|
||||
branch = gh-pages
|
1
dox
Submodule
1
dox
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 42805877987a3cd852d2ac4bed509da3efa3fce6
|
1
website
Submodule
1
website
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9210716de18c2952ce533281ee96541f989305d4
|
Loading…
Reference in New Issue
Block a user