-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
60 lines (50 loc) · 2.13 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
60
/example/build/4f2a58af27abc49ecf55570043bbf938.cache.dill.track.dill
/example/build/integration_test/.transforms/68fb6e61db186e8c4fb91d1d8b8c670d.bin
/example/build/webview_flutter/.transforms/cd91cfc732386fb33b7ac3426be347a3.bin
/example/build/espresso/.transforms/f2cabb6c92f98bade3e523a3dbd9189c/classes/classes.dex
/example/build/integration_test/.transforms/68fb6e61db186e8c4fb91d1d8b8c670d/classes/classes.dex
/example/build/webview_flutter/.transforms/cd91cfc732386fb33b7ac3426be347a3/classes/classes.dex
/example/build/espresso/.transforms/f2cabb6c92f98bade3e523a3dbd9189c.bin
/example/build/d7b40763cedca4e69e79916ad28e4813/gen_localizations.stamp
/example/build/webview_flutter/generated/aidl_source_output_dir/debug/out/remote_webview/IBinderPool.java
/example/build/webview_flutter/generated/aidl_source_output_dir/debug/out/remote_webview/IMainMethodChannelBinder.java
/example/build/webview_flutter/generated/aidl_source_output_dir/debug/out/remote_webview/IMainResultCallbackBinder.java
/example/build/webview_flutter/generated/aidl_source_output_dir/debug/out/remote_webview/IRemoteMethodChannelBinder.java
/example/build/webview_flutter/generated/aidl_source_output_dir/debug/out/remote_webview/IRemoteProcessBinder.java
/example/build/webview_flutter/generated/aidl_source_output_dir/debug/out/remote_webview/IRemoteViewFactoryBinder.java
/example/build/last_build_run.json
/example/build/app/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt
/example/build/espresso/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt
/example/build/integration_test/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt
/example/build/webview_flutter/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt
gradle-wrapper.jar
/.gradle
/captures/
/gradlew
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# OSX files
.DS_Store
# Android Studio
*.iml
.idea
# Gradle files
.gradle/
build/
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log