Skip to content

Commit 6bfc582

Browse files
authored
Add .gitignore (flutter#85017)
1 parent 84a5c71 commit 6bfc582

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
flutter/ephemeral/
2+
3+
# Visual Studio user-specific files.
4+
*.suo
5+
*.user
6+
*.userosscache
7+
*.sln.docstates
8+
9+
# Visual Studio build-related files.
10+
x64/
11+
x86/
12+
13+
# Visual Studio cache files
14+
# files ending in .cache can be ignored
15+
*.[Cc]ache
16+
# but keep track of directories ending in .cache
17+
!*.[Cc]ache/

packages/flutter_tools/templates/template_manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"templates/app/pubspec.yaml.tmpl",
77
"templates/app/README.md.tmpl",
88
"templates/app/test/widget_test.dart.tmpl",
9+
"templates/app/winuwp.tmpl/.gitignore",
910

1011
"templates/app_shared/.gitignore.tmpl",
1112
"templates/app_shared/.idea/libraries/Dart_SDK.xml.tmpl",

0 commit comments

Comments
 (0)