Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oranda generate should add public to gitignore #643

Closed
konstin opened this issue Sep 29, 2023 · 0 comments · Fixed by #649
Closed

oranda generate should add public to gitignore #643

konstin opened this issue Sep 29, 2023 · 0 comments · Fixed by #649
Assignees
Milestone

Comments

@konstin
Copy link

konstin commented Sep 29, 2023

I ran oranda build and oranda serve to setup oranda. Then i ran oranda generate ci --ci=github to add oranda to the repository. If i now look at git status, i get:

On branch main
Your branch is up to date with 'origin/main'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	.github/workflows/web.yml
	public/

nothing added to commit but untracked files present (use "git add" to track)

The generate command should ideally add ephemeral directories created by orange to .gitignore.

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

Successfully merging a pull request may close this issue.

3 participants