diff --git a/.gitignore b/.gitignore index 86babb1..ca3dc44 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /networking/ /aws/ /sandbox/ +/fleet/ # Moon .moon/cache/ diff --git a/init.sh b/init.sh index a0a27ee..de51747 100755 --- a/init.sh +++ b/init.sh @@ -23,3 +23,4 @@ clone_repo() { clone_repo networking clone_repo aws clone_repo sandbox +clone_repo fleet