From 55aef555cd07111c71c57561d6e6152bb422c43f Mon Sep 17 00:00:00 2001 From: Vivian Plasencia Date: Wed, 6 Mar 2024 23:59:49 +0100 Subject: [PATCH] style: add space at the end of the gitignore and prettierignore files --- .gitignore | 2 +- .prettierignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f0641cf..1e7d1ce 100644 --- a/.gitignore +++ b/.gitignore @@ -89,4 +89,4 @@ typechain # Docusaurus generated files .docusaurus -.cache-loader \ No newline at end of file +.cache-loader diff --git a/.prettierignore b/.prettierignore index 1b64a35..51e72f7 100644 --- a/.prettierignore +++ b/.prettierignore @@ -38,4 +38,4 @@ hardhat-dependency-compiler .docusaurus .cache-loader -!apps/docs \ No newline at end of file +!apps/docs