forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (45 loc) · 832 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
44
45
46
47
48
49
50
51
52
53
54
55
56
.DS_Store
.atom/
.idea
.packages
.pub/
.dart_tool/
.vscode/
*.iml
# Gradle?
.uuid
pubspec.lock
Podfile.lock
Pods/
.symlinks/
*instrumentscli*.trace
*.cipd
# Build directories are produced when building using the Flutter CLI.
build
# This file is produced as a back-up when web_benchmarks fails to parse a
# Chrome trace.
chrome-trace.json
# Generated files on example apps
flutter_export_environment.sh
.flutter-plugins*
local.properties
keystore.properties
**/Flutter/Generated.xcconfig
**/Flutter/App.framework/
**/Flutter/ephemeral/
**/Flutter/Flutter.podspec
**/Flutter/Flutter.framework/
**/Flutter/flutter_assets/
ServiceDefinitions.json
xcuserdata/
**/DerivedData/
generated_plugin_registrant.*
GeneratedPluginRegistrant.*
# Gradle
**/gradle-wrapper.jar
.gradle/
gradlew
gradlew.bat
.project
.classpath
.settings