-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
101 lines (82 loc) · 1.68 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
*.classpath
*.project
*.prefs
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.packages
.pub-cache/
.pub/
/build/
# Android related
/android/**/gradle-wrapper.jar
/android/.gradle
/android/captures/
/android/gradlew
/android/gradlew.bat
/android/local.properties
/android/**/GeneratedPluginRegistrant.java
# 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
.flutter-plugins-dependencies
.DS_Store
# Original assets
assets/icons/*
!/assets/icons/p_*
/assets/icons/titles/*
!/assets/icons/titles/p_*
/assets/icons/bottom-nav/*
!/assets/icons/bottom-nav/p_*
/assets/icons/fav/*
!/assets/icons/fav/p_*
/assets/icons/settings/*
!/assets/icons/settings/p_*
/assets/images/*
!/assets/images/p_*
!/assets/images/ribbons/
!/assets/images/backgrounds/
!/assets/images/home-cards/
!/assets/images/home-header/
!/assets/images/fav-buttons/
!/assets/images/social-buttons/
/assets/images/backgrounds/*.svg
/assets/images/backgrounds/*.png
!/assets/images/backgrounds/p_*
/assets/images/fav-buttons/*
!/assets/images/fav-buttons/p_*
/assets/images/home-cards/light/*
/assets/images/home-cards/dark/*
!/assets/images/home-cards/light/p_*
!/assets/images/home-cards/dark/p_*
# Exclude some assets
!assets/json/
# Google Service File
android/app/google-services.json
GoogleService-Info.plist
# FVM Version Cache
.fvm/
# firebase stuff from flutterfire
firebase.json
lib/firebase_options.dart