diff --git a/.gitignore b/.gitignore index 055265d..32d1cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ -loot/certs/* -!loot/certs/.gitkeep -loot/csr/* -!loot/csr/.gitkeep \ No newline at end of file +loot/* +!loot/certs +!loot/certs/ext +!loot/certs/ext/.gitkeep +!loot/csr +!loot/csr/ext +!loot/csr/ext/.gitkeep diff --git a/loot/certs/.gitkeep b/loot/certs/ext/.gitkeep similarity index 100% rename from loot/certs/.gitkeep rename to loot/certs/ext/.gitkeep diff --git a/loot/csr/.gitkeep b/loot/csr/ext/.gitkeep similarity index 100% rename from loot/csr/.gitkeep rename to loot/csr/ext/.gitkeep