diff --git a/.gitignore b/.gitignore index efa752a3..a43ed6e9 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,11 @@ libs/iec-types.json vscode-extension/bundled-libs/*.stlib vscode-extension/bundled-libs/iec-types.json +# npm pack output — the release pipeline builds and publishes this; it must +# never be committed (a stray committed tarball leaks into release assets via +# the `strucpp-*.tgz` upload glob). +*.tgz + # IDE and editors .vscode/ .idea/ diff --git a/strucpp-0.5.14.tgz b/strucpp-0.5.14.tgz deleted file mode 100644 index 18283c88..00000000 Binary files a/strucpp-0.5.14.tgz and /dev/null differ