mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Add a basic integration test for the Windows's app startup. In a subsequent change (https://github.com/flutter/flutter/pull/109816), this test will be updated to verify the app's window isn't visible until after the first frame has been drawn. Part of https://github.com/flutter/flutter/issues/41980
18 lines
291 B
Plaintext
18 lines
291 B
Plaintext
flutter/ephemeral/
|
|
|
|
# Visual Studio user-specific files.
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Visual Studio build-related files.
|
|
x64/
|
|
x86/
|
|
|
|
# Visual Studio cache files
|
|
# files ending in .cache can be ignored
|
|
*.[Cc]ache
|
|
# but keep track of directories ending in .cache
|
|
!*.[Cc]ache/
|