From 391f5f082883f1677c946934f696ccd4e414b168 Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Wed, 5 May 2021 17:31:13 +0200 Subject: [PATCH] removing pyros_plugins, add private folder --- .gitignore | 1 - private/.gitignore | 5 +++++ pyros_plugins/.gitignore | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 private/.gitignore delete mode 100644 pyros_plugins/.gitignore diff --git a/.gitignore b/.gitignore index ec0c808..a953683 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .DS_Store -/private /venv*/ .mypy_cache __pycache__ diff --git a/private/.gitignore b/private/.gitignore new file mode 100644 index 0000000..0ec88be --- /dev/null +++ b/private/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in those directories +plugins/* +config/* +# Except this file +!.gitignore diff --git a/pyros_plugins/.gitignore b/pyros_plugins/.gitignore deleted file mode 100644 index 5e7d273..0000000 --- a/pyros_plugins/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore -- libgit2 0.21.2