From 16f6a3717f678249770f41c3ed31649fad2bd282 Mon Sep 17 00:00:00 2001
From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Sun, 28 Jun 2020 18:22:22 +0000
Subject: [PATCH 1/1] feat(prvt):Add private submodule for private executable
 code

---
 .gitmodules | 3 +++
 prvt        | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 prvt

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..370d5b4
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "prvt"]
+	path = prvt
+	url = https://zdv2.bktei.com/gitweb/baltakatei-exdev-private.git
diff --git a/prvt b/prvt
new file mode 160000
index 0000000..03a04cd
--- /dev/null
+++ b/prvt
@@ -0,0 +1 @@
+Subproject commit 03a04cd7f5724b3137983a8abf0bb04866e9113e
-- 
2.39.5