Commit 391f5f082883f1677c946934f696ccd4e414b168

Authored by Alexis Koralewski
1 parent 4497eb3e
Exists in dev

removing pyros_plugins, add private folder

.gitignore
1 1 .DS_Store
2   -/private
3 2 /venv*/
4 3 .mypy_cache
5 4 __pycache__
... ...
private/.gitignore 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +# Ignore everything in those directories
  2 +plugins/*
  3 +config/*
  4 +# Except this file
  5 +!.gitignore
... ...
pyros_plugins/.gitignore deleted
... ... @@ -1,4 +0,0 @@
1   -# Ignore everything in this directory
2   -*
3   -# Except this file
4   -!.gitignore