Skip to content

Commit

Permalink
Clean up .gitignore files (flutter#153060)
Browse files Browse the repository at this point in the history
This removes some unnecessary `.gitignore` files that are already covered by the top-level `.gitignore` file.

This ensures that `flutter run`ning examples in this repo doesn't result in modifications by the new Swift Package Manager migration.

Follow up to flutter#152766

Part of flutter#148018
  • Loading branch information
loic-sharma committed Aug 8, 2024
1 parent cb9b2f7 commit 0edc468
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 139 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,13 @@ unlinked_spec.ds
**/xcuserdata/

# Windows
**/windows/flutter/ephemeral/
**/windows/flutter/generated_plugin_registrant.cc
**/windows/flutter/generated_plugin_registrant.h
**/windows/flutter/generated_plugins.cmake

# Linux
**/linux/flutter/ephemeral/
**/linux/flutter/generated_plugin_registrant.cc
**/linux/flutter/generated_plugin_registrant.h
**/linux/flutter/generated_plugins.cmake
Expand Down
44 changes: 0 additions & 44 deletions dev/a11y_assessments/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions dev/integration_tests/flavors/.gitignore

This file was deleted.

44 changes: 0 additions & 44 deletions dev/integration_tests/wide_gamut_test/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions dev/tools/vitool/.gitignore

This file was deleted.

0 comments on commit 0edc468

Please sign in to comment.