rivet-gg / opengb

Open Game Backend: Open-source modular backend for all games and tools. Works with Godot, Unity, Unreal Engine, and HTML5.
https://opengb.dev
Apache License 2.0
78 stars 5 forks source link

Append to .gitignore on `opengb init` #292

Open NathanFlurry opened 1 month ago

NathanFlurry commented 1 month ago

Implementation

The following should be appended to the .gitignore (or create if doesn't exist) when running opengb init:

### Open Game Backend ###
.opengb/
module.gen.ts
linear[bot] commented 1 month ago

OGBE-107 Append to .gitignore on `opengb init`