-
Notifications
You must be signed in to change notification settings - Fork 159
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
chore: Update gitignore to exclude alembic.ini for account manager #3268
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
Files not reviewed (1)
- am-alembic.ini: Language not supported
I don't understand why we have to add this specific pattern to gitignore.
|
590ac38
to
431d2ab
Compare
After inspecting the code history, I found that As future work, we would need to move the location of generated config files to a sub-directory to avoid conflicts of the same configuration files used in different service daemons. |
Backport to is failed. Please backport manually. |
Co-authored-by: Joongi Kim <[email protected]>
Co-authored-by: Joongi Kim <[email protected]> Backported-from: main (24.12) Backported-to: 24.09 Backport-of: 3268
Co-authored-by: Sanghun Lee <[email protected]> Co-authored-by: Joongi Kim <[email protected]>
ref #2689
.gitignore
to excludealembic-accountmgr.ini
config fileinstall-dev.sh
to installalembic-accountmgr.ini
instead ofam-alembic.ini
using a more clear file nameam-alembic.ini
config fileChecklist: (if applicable)