Add .gitignore (#85017)
This commit is contained in:
parent
84a5c71087
commit
6bfc5824d3
17
packages/flutter_tools/templates/app/winuwp.tmpl/.gitignore
vendored
Normal file
17
packages/flutter_tools/templates/app/winuwp.tmpl/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
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/
|
@ -6,6 +6,7 @@
|
||||
"templates/app/pubspec.yaml.tmpl",
|
||||
"templates/app/README.md.tmpl",
|
||||
"templates/app/test/widget_test.dart.tmpl",
|
||||
"templates/app/winuwp.tmpl/.gitignore",
|
||||
|
||||
"templates/app_shared/.gitignore.tmpl",
|
||||
"templates/app_shared/.idea/libraries/Dart_SDK.xml.tmpl",
|
||||
|
Loading…
x
Reference in New Issue
Block a user