From 8a0020074208d02228d9c437ea7edc9f37831b2c Mon Sep 17 00:00:00 2001
From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Thu, 24 Sep 2020 03:45:54 +0000
Subject: [PATCH] feat(.gitignore):Add ignore file

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7066228
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*purchased*
+*private*
+**/PRV/**/*
-- 
2.30.2