# Installed npm dependencies. Restored from package.json on install; never # committed. (This plugin has no third-party runtime deps -- it uses Node 20's # global fetch -- but the entry guards against a future dependency slipping in.) node_modules/ # npm/yarn diagnostics and `npm pack` output. npm-debug.log* yarn-debug.log* yarn-error.log* *.tgz # Test coverage output. coverage/ .nyc_output/ # Local environment overrides / secrets. The Postiz base URL and public API key # are entered in the Saltcorn plugin config UI; if a local .env is used to drive # the live test gate it must never be committed. .env .env.* # Editor / OS junk. .DS_Store Thumbs.db *.swp *.swo *~ .idea/ .vscode/