From cba2394324cfce700198867df0e9f5911ae937e1 Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Tue, 19 Jul 2022 07:30:58 +0200 Subject: [PATCH] feat: add .gitignore - adds `.gitignore` for Hive Flutter Signed-off-by: TheOneWithTheBraid --- hive_flutter/.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 hive_flutter/.gitignore diff --git a/hive_flutter/.gitignore b/hive_flutter/.gitignore new file mode 100644 index 000000000..fa0c7881c --- /dev/null +++ b/hive_flutter/.gitignore @@ -0,0 +1,31 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. +/pubspec.lock +**/doc/api/ +.dart_tool/ +.packages +build/ +.flutter-plugins-dependencies