# Upstream Saltcorn checkout. It has its own .git and remote; manage it via
# `git -C saltcorn ...` or re-clone via ./installSaltcorn.sh.
/saltcorn/

# Per-instance runtime state. Contains SQLite DB, uploaded files, and an
# env.sh with a generated session secret -- none of which should be shared.
# Recreate via installSaltcorn.sh.
/.dev-state/
/.dev-state-test/

# npm output (in case dev-deploy or future siblings ever take deps).
node_modules/

# Editor / OS junk.
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
