Skip to content

Commit 97cf109

Browse files
committed
Don't ignore devtools build for pub
1 parent 6a7aa36 commit 97cf109

3 files changed

Lines changed: 6 additions & 21 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
*.iml
88
.flutter-plugins-dependencies
99
.flutter-plugins
10-
build
10+
demos/**/build
1111
**/doc/api
1212
.build
13+
packages/*/test-db
1314

1415
# Shared assets
1516
assets/*

packages/powersync/.gitignore

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
# Flutter/Dart/Pub related
2-
**/doc/api/
3-
**/ios/Flutter/.last_build_id
4-
.dart_tool/
5-
.flutter-plugins
6-
.flutter-plugins-dependencies
7-
.packages
8-
.pub-cache/
9-
.pub/
10-
/build/
11-
12-
# IDE files
13-
.idea
14-
15-
# Avoid committing pubspec.lock for library packages; see
16-
# https://dart.dev/guides/libraries/private-files#pubspeclock.
17-
pubspec.lock
18-
19-
/test-db
20-
1+
extension/devtools/build/

packages/powersync/.pubignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The .gitignore in this directory ignores the DevTools extension build.
2+
# We still want to upload that to pub.dev, so this empty .pubignore takes
3+
# precedence over the .gitignore in this directory.

0 commit comments

Comments
 (0)