Adding .gitignore

This commit is contained in:
Eric
2019-07-22 12:20:28 -07:00
parent 0a5677b70f
commit 2a60f0b9f5
3 changed files with 72 additions and 86 deletions

72
.gitignore vendored Normal file
View File

@@ -0,0 +1,72 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.packages
.pub-cache/
.pub/
/build/
# Android related
**/android/**/gradle-wrapper.jar
**/android/.gradle
**/android/captures/
**/android/gradlew
**/android/gradlew.bat
**/android/local.properties
**/android/**/GeneratedPluginRegistrant.java
# iOS/XCode related
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
**/ios/**/*.moved-aside
**/ios/**/*.pbxuser
**/ios/**/*.perspectivev3
**/ios/**/*sync/
**/ios/**/.sconsign.dblite
**/ios/**/.tags*
**/ios/**/.vagrant/
**/ios/**/DerivedData/
**/ios/**/Icon?
**/ios/**/Pods/
**/ios/**/.symlinks/
**/ios/**/profile
**/ios/**/xcuserdata
**/ios/.generated/
**/ios/Flutter/App.framework
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*
# Exceptions to above rules.
!**/ios/**/default.mode1v3
!**/ios/**/default.mode2v3
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

View File

@@ -1,48 +0,0 @@
{
"project_info": {
"project_number": "410397054406",
"firebase_url": "https://esp32-flutter-firebase-b7273.firebaseio.com",
"project_id": "esp32-flutter-firebase-b7273",
"storage_bucket": "esp32-flutter-firebase-b7273.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:410397054406:android:924b2349b74d6d1b",
"android_client_info": {
"package_name": "com.ideasnproject.esp32_firebase"
}
},
"oauth_client": [
{
"client_id": "410397054406-soo25m1i9r1kkv4arrlt8ofi88q510ht.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.ideasnproject.esp32_firebase",
"certificate_hash": "1429a34fa8ee3f2c70fb97fd314ada2de2456fb9"
}
},
{
"client_id": "410397054406-toofll7tfmdeqtjqa60hqifljj94i8iu.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyB6jMbk9A9h0VO7qT21gKjbf9Jkkr0thDE"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "410397054406-toofll7tfmdeqtjqa60hqifljj94i8iu.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}

View File

@@ -1,38 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>410397054406-ed51ks7j00i1tmj5egrbsf4581umjcbh.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.410397054406-ed51ks7j00i1tmj5egrbsf4581umjcbh</string>
<key>ANDROID_CLIENT_ID</key>
<string>410397054406-soo25m1i9r1kkv4arrlt8ofi88q510ht.apps.googleusercontent.com</string>
<key>API_KEY</key>
<string>AIzaSyDu_7T2Der7s9dQ5a_bMMV-8Y6QFCahiuI</string>
<key>GCM_SENDER_ID</key>
<string>410397054406</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.ideasnproject.esp32Firebase</string>
<key>PROJECT_ID</key>
<string>esp32-flutter-firebase-b7273</string>
<key>STORAGE_BUCKET</key>
<string>esp32-flutter-firebase-b7273.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:410397054406:ios:23734dacd237e932</string>
<key>DATABASE_URL</key>
<string>https://esp32-flutter-firebase-b7273.firebaseio.com</string>
</dict>
</plist>