forked from flutter/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (32 loc) · 876 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
# 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/
**/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