Skip to content
This repository has been archived by the owner on Dec 3, 2017. It is now read-only.

Add portal.json to .gitignore #10

Closed
lsjroberts opened this issue Oct 13, 2017 · 1 comment
Closed

Add portal.json to .gitignore #10

lsjroberts opened this issue Oct 13, 2017 · 1 comment

Comments

@lsjroberts
Copy link
Collaborator

lsjroberts commented Oct 13, 2017

When I pull your changes it causes conflicts with the ones I'm making. It would be good to add a .gitignore with:

portal.json

And then instead of modifying it in a few steps for new users onboarding, it could auto create a blank one if it does not exist. Perhaps with some default values like:

{
  "name": "new_user",
  "desc": "",
  "site": "",
  "dat": "",
  "port": [
     // maybe even some starting feeds here too?
  ]
}

Though this sort of thing does sound like it'll be improved by the App Scheme idea.

Either way, I'll pop up a PR with this shortly.

@neauoire
Copy link
Contributor

Yes! haha I've been wondering how to do this. It's a bit strange that everyone has my feed by default..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants