mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 01:08:34 +00:00
Fixed .gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
.env
|
||||
dss.web/
|
||||
dss.api/
|
||||
dss.radio/
|
||||
dss.web
|
||||
dss.api
|
||||
dss.radio
|
||||
|
||||
10
.gitmodules
vendored
10
.gitmodules
vendored
@@ -0,0 +1,10 @@
|
||||
[submodule "dss.api"]
|
||||
path = dss.api
|
||||
url = git@github.com:fergalmoran/dss.api.git
|
||||
[submodule "dss.web"]
|
||||
path = dss.web
|
||||
url = git@github.com:fergalmoran/dss.web.git
|
||||
[submodule "dss.radio"]
|
||||
path = dss.radio
|
||||
url = git@github.com:fergalmoran/dss.radio.git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user