flutter_login icon indicating copy to clipboard operation
flutter_login copied to clipboard

Generated files under VCS

Open nick-morhun opened this issue 5 years ago • 1 comments

After building the project for Android on my system (Windows) there are some files modified in Git which I think shouldn''t be under VCs as they get modified for different contributors and/or builds. I'm new to Flutter and have some experience with Android projects, so I'm not sure exactly what files might be safely skipped. These are the files and dirs I suspect:

android/.gradle pubspec.lock local.properties

also might be ios/Pods/Manifest.lock and *.lock files in general

nick-morhun avatar Mar 13 '19 09:03 nick-morhun

Definitely something I’ll keep in mind. I was using the standard git ignore for dart.

On Wed, Mar 13, 2019 at 5:13 AM Nick Morhun [email protected] wrote:

After building the project for Android on my system (Windows) there are some files modified in Git which I think shouldn''t be under VCs as they get modified for different contributors and/or builds. I'm new to Flutter and have some experience with Android projects, so I'm not sure exactly what files might be safely skipped. These are the files and dirs I suspect:

android/.gradle pubspec.lock local.properties

also might be ios/Pods/Manifest.lock and *.lock files in general

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AppleEducate/flutter_login/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/Adzi37SU0EWkRE-OyvDcIwx3cHdvBb2Lks5vWMFJgaJpZM4bsuwi .

rodydavis avatar Mar 13 '19 10:03 rodydavis