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