Updated example gitignore files per the flutter create template (#10251)

This commit is contained in:
Hans Muller 2017-05-22 10:31:50 -07:00 committed by GitHub
parent d33fd923bf
commit e3ae11e879
6 changed files with 28 additions and 3 deletions

1
examples/.gitignore vendored
View File

@ -7,3 +7,4 @@
build/
packages/
pubspec.lock
.flutter-plugins

View File

@ -1,3 +1,14 @@
.DS_Store
.atom/
.idea
.packages
.pub/
build/
ios/.generated/
packages
pubspec.lock
.flutter-plugins
.generated/
test_driver/screenshot.dart
test_driver/screenshot_test.dart

View File

@ -1,9 +1,10 @@
.DS_Store
.atom/
.DS_Store
.buildlog
.idea
.packages
.pub/
build/
ios/.generated/
packages
packages/
pubspec.lock
.flutter-plugins

View File

@ -7,3 +7,4 @@ build/
ios/.generated/
packages
pubspec.lock
.flutter-plugins

10
examples/hello_world/.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
.DS_Store
.atom/
.idea
.packages
.pub/
build/
ios/.generated/
packages
pubspec.lock
.flutter-plugins

View File

@ -7,3 +7,4 @@ build/
ios/.generated/
packages
pubspec.lock
.flutter-plugins