Skip to content

Add .env.example, .gitignore, and Node engine constraint - #9

Open
sav-maya wants to merge 1 commit into
mainfrom
chore/env-example-and-gitignore
Open

Add .env.example, .gitignore, and Node engine constraint#9
sav-maya wants to merge 1 commit into
mainfrom
chore/env-example-and-gitignore

Conversation

@sav-maya

Copy link
Copy Markdown
Collaborator

Summary

  • Add scripts/.env.example documenting Management API script environment variables (matches existing README / MANAGEMENT_API_SAMPLES quick start).
  • Add root .gitignore for node_modules/, scripts/dist/, and local .env files.
  • Require Node.js 20+ via engines in scripts/package.json (aligned with docs).

Test plan

  • cd scripts && cp .env.example .env — template copies cleanly
  • npm install && npm run build — scripts still compile
  • Confirm node_modules/ and scripts/.env are not tracked after local install

Document script environment variables for local setup and keep node_modules, build output, and secrets out of version control.
@mezotv

mezotv commented May 21, 2026

Copy link
Copy Markdown
Member

I think these are good changes @sav-maya but there seem to be a few merge conflicts since I changed the structure a bit, if you want I can fix those!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants