-
Notifications
You must be signed in to change notification settings - Fork 327
/
.gitignore
46 lines (38 loc) · 1.06 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
# See https://www.dartlang.org/guides/libraries/private-files
# Files and directories created by pub
.dart_tool/
.packages
.pub/
pubspec.lock
.idea/
.data_dir/
# Ignore any Flutter SDK in flutter-sdk/
flutter-sdk/
# .DS_Store is a file that stores custom attributes of its containing folder,
# such as the position of icons or the choice of a background image.
.DS_Store
# Generated files not intended to be checked in to version control
.flutter-plugins
**/.flutter-plugins-dependencies
flutter_export_environment.sh
Podfile
Podfile.lock
**/generated/not_namespaced_r_class_sources/
**/devtools_app/build/
**/devtools_app_shared/build/
**/devtools_extensions/build/
**/devtools_shared/build/
**/devtools_test/build/
packages/devtools_test/lib/src/mocks/generated.mocks.dart
**/*.stager_app.dart
**/test/**/failures/
*.dill
DEPENDENCIES.md
**/*.log
# Ignore logs generated by VS Code
**/logs/**
*.stager_app.g.dart
# Ignore VS code workspaces that may be configured per-user
*.code-workspace
# Ignore devtools_options.yaml files under example.
**/example/**/devtools_options.yaml