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 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