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