Add slides repo as a submodule
This commit is contained in:
parent
6f680ddf35
commit
7fa7d762e0
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@
|
|||
!/phpstan.neon
|
||||
!/phpunit.xml.dist
|
||||
!/scripts/
|
||||
!/slides/
|
||||
!/tools/
|
||||
!/web/modules/custom/
|
||||
!/web/sites/default/environments/settings.*.php
|
||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "slides/working-with-workspace"]
|
||||
path = slides/working-with-workspace
|
||||
url = https://github.com/opdavies/slides-working-with-workspace
|
Loading…
Reference in a new issue