-
Notifications
You must be signed in to change notification settings - Fork 93
/
.gitignore
43 lines (34 loc) · 842 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
39
40
41
42
43
# 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/
example/android/.gradle/
example/android/local.properties
# These files are marked not to check in version control
**/ios/.symlinks
**/ios/Flutter/flutter_export_environment.sh
**/ios/Flutter/App.framework
**/ios/Flutter/.last_build_id
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Flutter.podspec
**/ios/Flutter/Generated.xcconfig
**/ios/Pods
**/ios/Podfile.lock
**/ios/Runner.xcworkspace/xcuserdata/
android/.gradle/
android/local.properties
*.log
.idea
# VSCode settings
.vscode
# FVM path
.fvm