forked from Workiva/dart_dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
27 lines (24 loc) · 780 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
.packages
.pub
packages
pubspec.lock
build/
.idea/
# generated docs
/doc/api/
test_reports/
# generated coverage
/coverage/
# generated assets in test fixtures
/test_fixtures/copy_license/license_with_empty_lines_temp/
/test_fixtures/copy_license/no_licenses_temp/
/test_fixtures/coverage/browser/coverage/
/test_fixtures/coverage/browser_needs_pub_serve/coverage/
/test_fixtures/coverage/failing_test/coverage/
/test_fixtures/coverage/failing_test/test/failing_test.dart.temp.html
/test_fixtures/coverage/functional_test/coverage/
/test_fixtures/coverage/functional_test/test/functional/simple_test.dart.temp.html
/test_fixtures/coverage/non_test_file/coverage/
/test_fixtures/coverage/vm/coverage/
/test_fixtures/docs/docs/doc/api/
/test_fixtures/format/changes_needed_temp/