-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
67 lines (56 loc) · 1.24 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
67
# Flutter specific
*.dart_tool/
*.packages
*.flutter-plugins
*.flutter-plugins-dependencies
**/android/**/GeneratedPluginRegistrant.java
**/ios/**/GeneratedPluginRegistrant.{h,m}
**/ios/**/Flutter/Flutter.framework
**/ios/**/Flutter/Flutter.podspec
**/ios/.generated/
**/ios/Flutter/App.framework
**/ios/Flutter/Flutter.podspec
# Firebase specific
ios/Runner/GoogleService-Info.plist
android/app/google-services.json
# Build output
build/
flutter_build/
# Ignore intermediate files generated by the Dart VM
.dart_tool/
# Ignore build ios
ios/Pods/
ios/Podfile.lock
ios/Podfile
# Web related
web/.dart_tool/
web/build/
web/generated_plugin_registrant.dart
# Linux related
linux/flutter/ephemeral/
linux/flutter/FlutterGeneratedPluginRegistrant.*
linux/flutter/generated_plugin_registrant.*
# MacOS related
macos/Flutter/ephemeral/
macos/Flutter/FlutterGeneratedPluginRegistrant.*
macos/Flutter/Flutter.podspec
# Windows related
windows/flutter/ephemeral/
windows/flutter/GeneratedPluginRegistrant.*
windows/flutter/generated_plugin_registrant.*
# Symbolic links
.DS_Store
.idea/
.project
.settings/
.metadata
*.iml
# Ignore IntelliJ IDEA project files
*.ipr
*.iws
# Ignore VS Code settings
.vscode/
# Miscellaneous
*.log
pubspec.lock
/lib/firebase_options.dart