Add private folder as submodule.
This commit is contained in:
parent
9792c2e705
commit
d67bd511a8
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,4 +3,3 @@
|
|||
**/__pycache__/*
|
||||
|
||||
**/.DS_Store
|
||||
private
|
||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "private"]
|
||||
path = private
|
||||
url = ssh://git@git.a09.uk:48765/alex/alex-environ-private.git
|
1
private
Submodule
1
private
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c725f9dab354501d5baf57ca9665310703a02754
|
Loading…
Reference in a new issue