Commit ce38e580 authored by jinzhu's avatar jinzhu

add .gitignore

parent 82e751f9
...@@ -39,13 +39,11 @@ Icon? ...@@ -39,13 +39,11 @@ Icon?
#*.android/app/src/main/java/com/example/myflutter/ #*.android/app/src/main/java/com/example/myflutter/
*..android/app/src/main/java/ *..android/app/src/main/java/
build/ build/
<<<<<<< HEAD
.android/ .android/
#.ios/ #.ios/
=======
# 暂时忽略不追踪 因为android 要跑起来需要更改很多配置 # 暂时忽略不追踪 因为android 要跑起来需要更改很多配置
#.android/ #.android/
*.android/local.properties *.android/local.properties
.ios/ .ios/
>>>>>>> master !.ios/Podfile
.flutter-plugins .flutter-plugins
// This is a generated file; do not edit or check into version control. // This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/mac/development/flutter FLUTTER_ROOT=/Users/mac/development/flutter
FLUTTER_APPLICATION_PATH=/Users/mac/code/gmalpha_flutter FLUTTER_APPLICATION_PATH=/Users/mac/code/GMAlpha/gmalpha_flutter
FLUTTER_TARGET=/Users/mac/code/gmalpha_flutter/lib/main.dart FLUTTER_TARGET=/Users/mac/code/GMAlpha/gmalpha_flutter/lib/main.dart
FLUTTER_BUILD_DIR=build FLUTTER_BUILD_DIR=build
SYMROOT=${SOURCE_ROOT}/../build/ios SYMROOT=${SOURCE_ROOT}/../build/ios
FLUTTER_BUILD_NAME=1.0.0 FLUTTER_BUILD_NAME=1.0.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment