From 617e21e1cb2005331362670399a79f5b21f722c2 Mon Sep 17 00:00:00 2001 From: Jeniamakarchik Date: Fri, 14 Feb 2020 14:48:09 +0300 Subject: [PATCH] update folder structure --- .gitignore | 5 ----- config/.gitignore | 2 ++ docx/.gitignore | 2 ++ html/.gitignore | 2 ++ json/.gitignore | 2 ++ logs/.gitignore | 2 ++ 6 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 config/.gitignore create mode 100644 docx/.gitignore create mode 100644 html/.gitignore create mode 100644 json/.gitignore create mode 100644 logs/.gitignore diff --git a/.gitignore b/.gitignore index 66ae0d2..9c71d7b 100644 --- a/.gitignore +++ b/.gitignore @@ -130,9 +130,4 @@ dmypy.json #Project .idea -/html/ -/docx/ -/json/ -/config/ -/src_legacy/ url_test.html diff --git a/config/.gitignore b/config/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/config/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/docx/.gitignore b/docx/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/docx/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/html/.gitignore b/html/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/html/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/json/.gitignore b/json/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/json/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore