beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
5 stars 0 forks source link

Common project should create .gitignore file by default #3363

Closed cdhanna closed 3 months ago

cdhanna commented 3 months ago

We should make sure that SAMS common project creates .gitignore file so user would not commit build artifacts by accident.

in the /templates solution, there are 3 templates,

  1. service,
  2. storage, and
  3. common

However, the storage and common projects don't have a .gitignore file, and they should. We can almost copy/paste the service one, except that the service is also busted, because it is referencing the old style .beamable/user-tokens.json, which doesn't need to exist.