From c0e6c9b2575624ea0f74ab16f0c43e9c6c8cb29a Mon Sep 17 00:00:00 2001 From: Maikel Rehl Date: Wed, 17 Jul 2024 15:13:55 +0200 Subject: [PATCH] Change ignored files --- .gitignore | 1 - .pubignore | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 17088bf..4a5c31a 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,5 @@ doc/api/ .flutter-plugins-dependencies bin/puro -.puro.json .idea/ .vscode/ \ No newline at end of file diff --git a/.pubignore b/.pubignore index c33ed97..5411caf 100644 --- a/.pubignore +++ b/.pubignore @@ -1 +1,2 @@ -ci_test/ \ No newline at end of file +ci_test/ +build/ \ No newline at end of file