Initial commit
This commit is contained in:
commit
73fce9905f
87 changed files with 7529 additions and 0 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
.DS_Store
|
||||
.dart_tool/
|
||||
|
||||
.packages
|
||||
.pub/
|
||||
pubspec.lock
|
||||
|
||||
build/
|
||||
|
||||
doc/
|
||||
**/ios/Flutter/flutter_export_environment.sh
|
||||
android/.project
|
||||
example/android/.project
|
||||
android/.classpath
|
||||
android/.settings/org.eclipse.buildship.core.prefs
|
||||
example/android/.settings/org.eclipse.buildship.core.prefs
|
||||
example/android/app/.classpath
|
||||
example/android/app/.project
|
||||
example/android/app/.settings/org.eclipse.buildship.core.prefs
|
Loading…
Add table
Add a link
Reference in a new issue