sc-dev-deploy/.gitignore
2026-06-01 16:43:43 -05:00

29 lines
680 B
Text

# Installed npm dependencies. Restored from package.json on install; never
# committed. (This plugin currently has no third-party deps, but the entry is
# here so a future dependency does not get committed by accident.)
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 plugin reads its secrets from the
# host Saltcorn process environment (e.g. the session secret used to derive its
# at-rest key); a local .env must never be committed.
.env
.env.*
# Editor / OS junk.
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/