-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
30 lines (24 loc) · 979 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
# https://dart.dev/guides/libraries/private-files
# Created by `dart pub`
# Files generated by dart tools
.dart_tool/
.packages
doc/
# Avoid committing pubspec.lock for library packages; see
# https://dart.dev/guides/libraries/private-files#pubspeclock.
pubspec.lock
# Common build output
/*/build/
build/
# Include .packages files from tests which are hand coded
!build_runner_core/test/fixtures/**/.packages
!build_runner_core/test/fixtures/**/pubspec.lock
# Extra files from dart2js that we don't want
build_runner/lib/src/server/graph_viz_main.dart.js.deps
build_runner/lib/src/server/graph_viz_main.dart.js.tar.gz
build_runner/lib/src/server/build_updates_client/hot_reload_client.dart.js.deps
build_runner/lib/src/server/build_updates_client/hot_reload_client.dart.js.tar.gz
# temporarily dont ignore the freezed generated files while the package is being used as a local dependency
# see: https://github.com/rrousselGit/freezed/issues/631
# *.g.dart
# *.freezed.dart