From 978be3b5dd165111e0ebcc0d02bcd601f642d634 Mon Sep 17 00:00:00 2001 From: Nikhil Shrestha Date: Sun, 5 May 2024 07:55:39 +0545 Subject: [PATCH] added checked, unchecked static folders --- private_gpt/static/checked/.gitignore | 2 ++ private_gpt/static/unchecked/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 private_gpt/static/checked/.gitignore create mode 100644 private_gpt/static/unchecked/.gitignore diff --git a/private_gpt/static/checked/.gitignore b/private_gpt/static/checked/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/private_gpt/static/checked/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/private_gpt/static/unchecked/.gitignore b/private_gpt/static/unchecked/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/private_gpt/static/unchecked/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file