diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..02f1f842 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# FOLDERS +node_modules/ + +dist/ +test/ +/files/ + + +# FILES +.env +*.log +.DS_Store +secrets.env diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..778868b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "source/voyager"] + path = source/voyager + url = https://github.com/Holusion/dpo-voyager.git diff --git a/source/voyager b/source/voyager new file mode 160000 index 00000000..813ac898 --- /dev/null +++ b/source/voyager @@ -0,0 +1 @@ +Subproject commit 813ac8985d1ec5b29495c9ca40ae6e647a0c6ad2