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