diff --git a/.gitignore b/.gitignore index 6b4e24fbc..72c6270e3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ build/ ios/.generated/ .packages +# TODO: document why we don't want this file pubspec.lock .flutter-plugins .vscode/ @@ -11,19 +12,3 @@ GeneratedPluginRegistrant.h GeneratedPluginRegistrant.m GeneratedPluginRegistrant.java ios/Flutter/Generated.xcconfig - -# Temp files in Example -/example/.DS_Store -/example/.atom/ -/example/.idea -/example/.packages -/example/.pub/ -/example/build/ -/example/ios/.generated/ -/example/packages -/example/pubspec.lock -/example/.flutter-plugins -/example/.vscode/ -/example/.flutter-plugins-dependencies -/example/ios/Flutter/flutter_export_environment.sh -/example/ios/Flutter/Flutter.podspec diff --git a/example/.gitignore b/example/.gitignore index f3c205341..83411f63c 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -18,7 +18,7 @@ # 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/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/ @@ -30,6 +30,8 @@ .pub-cache/ .pub/ /build/ +# TODO: document why we don't want this file +pubspec.lock # Web related lib/generated_plugin_registrant.dart