forked from firka/flutter
Clean up .gitignore files (#153060)
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 https://github.com/flutter/flutter/pull/152766 Part of https://github.com/flutter/flutter/issues/148018
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user