forked from atn832/fake_cloud_firestore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
38 lines (33 loc) · 884 Bytes
/
.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
# Files and directories created by pub
.dart_tool/
.packages
# Remove the following pattern if you wish to check in your lock file
pubspec.lock
# Conventional directory for build outputs
build/
# Directory created by dartdoc
doc/api/
.flutter-plugins
.flutter-plugins-dependencies
example/android/.project
example/android/.settings/
# These files are marked not to check in version control
example/ios/.symlinks
example/ios/Flutter/flutter_export_environment.sh
example/ios/Flutter/Flutter.framework
example/ios/Flutter/Flutter.podspec
example/ios/Flutter/Generated.xcconfig
example/ios/Pods
example/ios/Podfile.lock
ios/.symlinks
ios/Flutter/flutter_export_environment.sh
ios/Flutter/App.framework/
ios/Flutter/Flutter.framework
ios/Flutter/Flutter.podspec
ios/Flutter/Generated.xcconfig
ios/Pods
ios/Podfile.lock
ios/Runner.xcworkspace/xcuserdata/
android/.gradle/
*.log
.idea