Pārlūkot izejas kodu

Updated gitignore

Anatoly Pulyaevskiy 6 gadus atpakaļ
vecāks
revīzija
5b8ae0697c
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 2
    0
      packages/zefyr/.gitignore
  2. 1
    2
      packages/zefyr/example/lib/main.dart

+ 2
- 0
packages/zefyr/.gitignore Parādīt failu

14
 example/ios/Flutter/Generated.xcconfig
14
 example/ios/Flutter/Generated.xcconfig
15
 doc/api/
15
 doc/api/
16
 build/
16
 build/
17
+
18
+example/feather

+ 1
- 2
packages/zefyr/example/lib/main.dart Parādīt failu

2
 // for details. All rights reserved. Use of this source code is governed by a
2
 // for details. All rights reserved. Use of this source code is governed by a
3
 // BSD-style license that can be found in the LICENSE file.
3
 // BSD-style license that can be found in the LICENSE file.
4
 import 'package:flutter/material.dart';
4
 import 'package:flutter/material.dart';
5
-
6
-import 'src/full_page.dart';
7
 import 'src/form.dart';
5
 import 'src/form.dart';
6
+import 'src/full_page.dart';
8
 
7
 
9
 void main() {
8
 void main() {
10
   runApp(new ZefyrApp());
9
   runApp(new ZefyrApp());