From 9d1b9a6b3447d3a43bba3778163a109c71023bad Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Sat, 31 May 2025 19:52:26 +0200 Subject: [PATCH 1/2] Refactor Docs --- {docs => doc}/.gitkeep | 0 {docs => doc}/index.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {docs => doc}/.gitkeep (100%) rename {docs => doc}/index.md (100%) diff --git a/docs/.gitkeep b/doc/.gitkeep similarity index 100% rename from docs/.gitkeep rename to doc/.gitkeep diff --git a/docs/index.md b/doc/index.md similarity index 100% rename from docs/index.md rename to doc/index.md From c99df206091ce375655afb225d449cbb9bbe4f54 Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Sat, 31 May 2025 19:52:29 +0200 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33dd6f3..b2bdafa 100644 --- a/.gitignore +++ b/.gitignore @@ -817,7 +817,7 @@ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# .python-version +# # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. @@ -1334,8 +1334,8 @@ crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sensitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject # to change depending on the environment. *.tfvars *.tfvars.json