submodules & gitignore
This commit is contained in:
parent
5e29dcf3f8
commit
82af73b37a
4 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.hg/
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "wp-common"]
|
||||
path = wp-common
|
||||
url = github:/petermolnar/wp-common
|
||||
[submodule "lib/pagedown-extra"]
|
||||
path = lib/pagedown-extra
|
||||
url = https://github.com/jmcmanus/pagedown-extra
|
1
lib/pagedown-extra
Submodule
1
lib/pagedown-extra
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit bd0870e3e871e15bde1fa5a427e3e10028a09789
|
1
wp-common
Submodule
1
wp-common
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit cd713521e8b843abacba790ba8d46363c803f1b8
|
Loading…
Reference in a new issue