Add github.io repo as submodule in public

This commit is contained in:
2020-10-01 20:50:26 -05:00
parent df24d969d5
commit e2cb610fcb
3 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@@ -56,7 +56,7 @@ typings/
# gatsby files
.cache/
public
#public
# Mac files
.DS_Store

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "public"]
path = public
url = https://github.com/benjaminramey/benjaminramey.github.io.git

1
public Submodule

Submodule public added at 2e5c88093a