Update .gitignore to include additional files - #121
Merged
Conversation
Three suggestions in the PR: 1. allow the user to have their own scripts in the root folder 2. allow the user to add their own override for the compose file 3. allow the user to add `.bak` etc. to common override files For me, these would reduce the conflicts and prevent the need to stash these files prior to running `git pull` on the repo to keep up to date with the latest changes
Making sure that `.bak` etc. can also be added to the compose override to prevent the need for stashing local backups.
Member
|
/review |
rm3l
reviewed
Oct 31, 2025
Member
|
/review |
1 similar comment
Member
|
/review |
Member
|
/review |
Co-authored-by: Armel Soro <armel@rm3l.org>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three suggestions in the PR:
.baketc. to common override filesFor me, these would reduce the conflicts and prevent the need to stash these files prior to running
git pullon the repo to keep up to date with the latest changesDescription
Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer