-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
60 lines (47 loc) · 1.46 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
.DS_Store
.atom/
build/
# Bundler config
.bundle/
# Dependencies
bower_components
node_modules
vendor
# Directory with firebase tool cache.
/firebase/.firebase
# Firebase config file (e.g. project aliases).
/firebase/.firebaserc
# firebase-tools npm package output
firebase-debug.log
# Intellij
*.iml
.idea
# Editor temporary files
*.swp
#
# Artifacts created inside flutter/ directory that are specific to our project.
# We do not edit flutter/.gitignore file on purpose, to avoid diffs when
# migrating project to a new version.
#
# Google Play (and other usage) deploy key
/flutter/android/app/play-store-service-account.json
# Keys for connecting application to Firebase services. We do not version
# control them because every developer creates their own with "fastlane setup".
/flutter/android/app/google-services.json
/flutter/ios/Runner/GoogleService-Info.plist
# https://docs.fastlane.tools/best-practices/source-control/
# fastlane specific.
/**/fastlane/report.xml
# "deliver" action temporary files.
/flutter/fastlane/Preview.html
# "scan" action temporary files.
/flutter/fastlane/test_output
# File created by "flutter generate".
/flutter/.packages.generated
# Coverage information.
/flutter/coverage
/flutter/test/all_imports_for_coverage_test.dart
# Firebase configuration specific to the current developer (for Debug and Profile).
/flutter/ios/Flutter/FirebaseLocalDeveloper.xcconfig
# Xcode folder with custom IDE settings.
/flutter/ios/Runner.xcworkspace/xcshareddata