From 7e7e26d3d2599288495c567bf87f6d7ca10cce1f Mon Sep 17 00:00:00 2001 From: Shegun MONTCHO Date: Sun, 2 Feb 2025 15:53:03 +0100 Subject: [PATCH] github workflow --- .github/workflows/publish.yml | 2 +- .pubignore | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .pubignore diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f850aca..3b27164 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,6 @@ jobs: publish: permissions: id-token: write # Required for authentication using OIDC - uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1.7.0 + uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 # with: # working-directory: path/to/package/within/repository \ No newline at end of file diff --git a/.pubignore b/.pubignore new file mode 100644 index 0000000..ac5aa98 --- /dev/null +++ b/.pubignore @@ -0,0 +1,29 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. +/pubspec.lock +**/doc/api/ +.dart_tool/ +build/