diff --git a/apps/tools/.gitignore b/apps/tools/.gitignore index 44c63a77..98519da5 100644 --- a/apps/tools/.gitignore +++ b/apps/tools/.gitignore @@ -3,4 +3,7 @@ # Env vars .env* -!.env.example \ No newline at end of file +!.env.example + +# Next +.next/ \ No newline at end of file