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

Ignore upcoming UI non-source files #3602

Merged
merged 3 commits into from
Apr 18, 2023

Conversation

bryanculver
Copy link
Member

Closes: #DNE

What's Changed

Make it easier to work with the upcoming UI: don't let untracked file suddenly become tracked.

TODO

  • Explanation of Change(s)
  • Added change log fragment(s) (for more information see the documentation)
  • [NA] Attached Screenshots, Payload Example
  • [NA] Unit, Integration Tests
  • [NA] Documentation Updates (when adding/changing features)
  • [NA] Example Plugin Updates (when adding/changing features)
  • Outline Remaining Work, Constraints from Design

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make any sense to (in develop only) add the entire nautobot/ui directory to the global .gitignore?

@@ -29,3 +29,5 @@ htmlcov/*
/nautobot/project-static/docs/
/examples/example_plugin/example_plugin/static/example_plugin/docs/
development/factory_dump.json
node_modules
nautobot/ui
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll just need to be careful when next we merge up into next that this doesn't get carried over by accident. :-) I guess your previous approach was "safer" in that regard? 🤷

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was my thinking but I plan to merge develop into next shortly anyway so I’ll remove it there.

@bryanculver bryanculver merged commit 911af92 into develop Apr 18, 2023
@bryanculver bryanculver deleted the u/bryanculver-add-ui-gitignore branch April 18, 2023 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants