-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (51 loc) · 999 Bytes
/
.gitignore
File metadata and controls
60 lines (51 loc) · 999 Bytes
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
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.packages
.pub-cache/
.pub/
build/
coverage/
.flutter-plugins
.flutter-plugins-dependencies
.flutter-versions
# IntelliJ related
.idea/
*.iml
# VS Code related
.vscode/
# Android related
**/android/**/gradle-wrapper.jar
**/android/.gradle
**/android/captures/
**/android/gradlew
**/android/gradlew.bat
**/android/local.properties
**/android/app/debug
**/android/app/profile
**/android/app/release
# iOS/Xcode related
**/ios/Pods/
**/ios/.symlinks/
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Flutter.podspec
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/ephemeral/
**/ios/Runner/GeneratedPluginRegistrant.*
# macOS
**/macos/Flutter/ephemeral/
**/macos/Pods/
**/macos/Flutter/GeneratedPluginRegistrant.*
# Windows
**/windows/flutter/ephemeral/
# Linux
**/linux/flutter/ephemeral/
# Web
**/web/.dart_tool/
# Other
*.lock
*.log
heybro-standalone.zip
voice_assistant_consolidated
heybro-standalone_0.4.7.zip
heybro-standalone_0.4.8.zip