From e3ca5e5b7ce9980170756c482979a201ffbcd5f3 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 18 May 2021 10:31:11 +0200 Subject: [PATCH] Update .gitignore Try to follow the template as much as possible --- .gitignore | 59 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 42 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 53053b82..5abb07ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,33 +1,58 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp .DS_Store -.dart_tool/ +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ **/ios/Flutter/.last_build_id - -.packages -.pub/ - -build/ - +.dart_tool/ .flutter-plugins .flutter-plugins-dependencies -.vscode +.packages +.pub-cache/ +.pub/ +/build/ -.idea/ -.project -.classpath -.settings/ +# Web related +lib/generated_plugin_registrant.dart -android/fastlane/README.md -android/fastlane/report.xml +# Symbolication related +app.*.symbols -.externalNativeBuild +# Obfuscation related +app.*.map.json -# Android NDK Debug symbols -debugSymbols +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release + +/android/fastlane/README.md +/android/fastlane/report.xml # GitJournal specific test/.test_coverage.dart lib/.env.dart gj_common +# Android NDK Debug symbols +debugSymbols +.externalNativeBuild + # Monarch related .monarch/