-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (57 loc) · 1.47 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
61
62
63
64
65
66
/kotlin_hoo/*.iml
/kotlin_hoo/.gradle
/kotlin_hoolocal.properties
/kotlin_hoo/.idea/caches
/kotlin_hoo/.idea/libraries
/kotlin_hoo/.idea/modules.xml
/kotlin_hoo/.idea/workspace.xml
/kotlin_hoo/.idea/navEditor.xml
/kotlin_hoo/.idea/assetWizardSettings.xml
/kotlin_hoo/.DS_Store
/kotlin_hoo/build
/kotlin_hoo/captures
/kotlin_hoo/.externalNativeBuild
/compose_hoo/.idea/
/compose_hoo/.gradle/
/compose_hoo/.gitignore
/compose_hoo/build/
/compose_hoo/app/build/
*.iml
/compose_hoo/local.properties
# Miscellaneous
/flutter_hoo/*.class
/flutter_hoo/*.log
/flutter_hoo/*.pyc
/flutter_hoo/*.swp
/flutter_hoo/.DS_Store
/flutter_hoo/.atom/
/flutter_hoo/.buildlog/
/flutter_hoo/.history
/flutter_hoo/.svn/
# IntelliJ related
/flutter_hoo/*.iml
/flutter_hoo/*.ipr
/flutter_hoo/*.iws
/flutter_hoo/.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
/flutter_hoo/**/doc/api/
/flutter_hoo/**/ios/Flutter/.last_build_id
/flutter_hoo/.dart_tool/
/flutter_hoo/.flutter-plugins
/flutter_hoo/.flutter-plugins-dependencies
/flutter_hoo/.packages
/flutter_hoo/.pub-cache/
/flutter_hoo/.pub/
/flutter_hoo//build/
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages