LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

Gitignore run-reslang #150

Closed njaczko closed 3 years ago

njaczko commented 3 years ago

Some (most, nowadays?) reslang installations rely on a run-reslang file in users' local clone of the Reslang repo. It should not be checked in, and I like being able to git add ., so let's gitignore it.

Still an open problem that git clean will "uninstall" reslang by deleting your run-reslang file, but that's for another day.

ops-github-DU4JOAWE commented 3 years ago

This change is Reviewable

cjea commented 3 years ago

interesting... FYI this will ignore run-reslang even in nested directories (/run-reslang would ignore it only in root). Seems fine to add. You could also add it to a local gitignore on your machine, but then again, it sounds like other people have this file as well

njaczko commented 3 years ago

@cjea yeah anyone who installs using the installation instructions that are currently in the readme will have this file.