From aa0cca85e01f1d14895192a166dff9ebf78f4cc3 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Fri, 27 Aug 2021 19:33:05 +0200 Subject: [PATCH] ==Initial version== - many hardcoded placeholders - TODO: - update README - update license & copyright info - cleanup code - merge code parts to server side - muuuuuuuch more... --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index dbef116..845190c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .dart_tool/ .packages build/ + # If you're building an application, you may want to check-in your pubspec.lock pubspec.lock @@ -19,3 +20,5 @@ doc/api/ *.js_ *.js.deps *.js.map + +.idea/