-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
74 lines (62 loc) · 1.09 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
68
69
70
71
72
73
74
# Flutter & Dart
**/build/
**/.dart_tool/
**/.packages
**/pubspec.lock
**/.flutter-plugins
**/.flutter-plugins-dependencies
**/.flutter-versions
# IntelliJ related
.idea/
*.iml
*.ipr
*.iws
# Visual Studio Code related
.vscode/
*.code-workspace
# macOS
.DS_Store
# iOS
ios/Flutter/.last_build_id
ios/Pods/
ios/.symlinks/
ios/Flutter/Flutter.framework
ios/Flutter/App.framework
ios/Flutter/engine/Flutter.framework
ios/Flutter/engine/Flutter.podspec
ios/.generated/
ios/.dart_tool/
# Android
android/.gradle/
#android/app/proguard-rules.pro
android/local.properties
android/*.keystore
# Android Studio
*.jks
*.gradle
*.apk
.cxx/
# Firebase and Google Services
android/app/google-services.json
ios/Runner/GoogleService-Info.plist
# Web
web/.dart_tool/
web/.packages
web/build/
# Windows
windows/flutter/generated_plugin_registrant.cc
windows/.flutter-plugins
windows/.flutter-plugins-dependencies
# Linux
linux/flutter/generated_plugin_registrant.cc
linux/.flutter-plugins
linux/.flutter-plugins-dependencies
# Chrome OS
chrome/.cxx
chrome/.dart_tool
chrome/.packages
# Misc
*.log
*.lock
.pdm
bfg-1.14.0.jar