From dc6f9145586165a31d8bdb96092c5ed74cd505fc Mon Sep 17 00:00:00 2001 From: Ahmed Elsakaan Date: Wed, 25 Oct 2023 18:29:15 +0100 Subject: [PATCH] ignore migrations file from prettier --- .prettierignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 0fdeb42f..628724bd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ node_modules .next bun.lockb -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml +migrations \ No newline at end of file