We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48618c6 commit 3f2f587Copy full SHA for 3f2f587
.github/workflows/publish.yml
@@ -39,10 +39,6 @@ jobs:
39
echo "PACKAGE_NAME=$PACKAGE_NAME" >> $GITHUB_ENV
40
echo "Package name: $PACKAGE_NAME"
41
42
- - name: Update gitignore
43
- run: |
44
- sed -i -e 's/*.so/!*.so/g; s/*.dll/!*.dll/g; s/*.dylib/!*.dylib/g' packages/powersync_flutter_libs/.gitignore
45
-
46
- name: Publish packages dry run
47
run: |
48
melos publish --yes --scope=$PACKAGE_NAME
packages/powersync_flutter_libs/.pubignore
@@ -0,0 +1,25 @@
1
+*.class
2
+*.log
3
+*.pyc
4
+*.swp
5
+.DS_Store
6
+.atom/
7
+.buildlog/
8
+.history
9
+.svn/
10
+migrate_working_dir/
11
+
12
+*.iml
13
+*.ipr
14
+*.iws
15
+.idea/
16
17
+/pubspec.lock
18
+**/doc/api/
19
+.dart_tool/
20
+build/
21
22
+!*.so
23
+!*.a
24
+!*.dylib
25
+!*.dll
0 commit comments