-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
60 lines (52 loc) · 1.16 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#Common
/build
/.idea
/.dart_tool
/.vscode
#Flutter
.packages
.project
.flutter-plugins
.flutter-plugins-dependencies
#Android
/android/local.properties
/android/.gradle
/android/.idea
/android/.settings
/android/android.iml
/android/illinois-client-android.iml
/android/app/app.iml
/android/app/android-app.iml
/android/app/.externalNativeBuild
/android/app/bin
/android/app/.idea
/android/app/.classpath
/android/app/.settings
/android/app/gradlew
/android/app/gradlew.bat
/android/app/local.properties
/android/app/gradle
#iOS
DerivedData
xcuserdata
/ios/.symlinks
/ios/Pods
/ios/Podfile.lock
/ios/Flutter/App.framework
/ios/Flutter/Flutter.framework
/ios/Flutter/Flutter.podspec
/ios/Flutter/Generated.xcconfig
/ios/Flutter/.last_build_id
/ios/Flutter/flutter_assets/*
/ios/Flutter/flutter_export_environment.sh
#Secret/Private files
/.travis.yml
/secrets.tar.enc
/assets/organizations.json.enc
/assets/organizations.hook.json.enc
/ios/Runner/GoogleService-Info-Dev.plist
/ios/Runner/GoogleService-Info-Prod.plist
/android/keys.properties
/android/app/src/debug/google-services.json
/android/app/src/release/google-services.json
/android/app/src/profile/google-services.json