Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitignore / Pubignore inconsistencies: some files exists on gitignore but are commited into the repository #51

Open
danielgomezrico opened this issue Aug 9, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@danielgomezrico
Copy link
Contributor

danielgomezrico commented Aug 9, 2022

After running flutter pub publish it prints this warning:

* 7 checked-in files are ignored by a `.gitignore`.
  Previous versions of Pub would include those in the published package.

  Consider adjusting your `.gitignore` files to not ignore those files, and if you do not wish to
  publish these files use `.pubignore`. See also dart.dev/go/pubignore

  Files that are checked in while gitignored:

  android/gradle/wrapper/gradle-wrapper.jar
  android/gradlew
  android/gradlew.bat
  example/android/app/src/debug/AndroidManifest.xml
  example/ios/Podfile.lock
  example/pubspec.lock
  pubspec.lock
@danielgomezrico danielgomezrico added the help wanted Extra attention is needed label Aug 9, 2022
@danielgomezrico danielgomezrico changed the title Gitignore / Pubignore inconsistencies Gitignore / Pubignore inconsistencies: some files exists on gitignore but are commited into the repository Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant