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

Allow text files to keep customized parts when regenerating. #28673

Open
1 task
mshima opened this issue Feb 11, 2025 · 0 comments
Open
1 task

Allow text files to keep customized parts when regenerating. #28673

mshima opened this issue Feb 11, 2025 · 0 comments

Comments

@mshima
Copy link
Member

mshima commented Feb 11, 2025

Overview of the feature request

Allow plain text files like gitignore, prettierignore, css files, others, to have a marker that identifies customization start.
Every time the marker is found, that part is extracted and appended to the end of the regenerated file.

Ex (.gitignore):

# Logs
logs
*.log

# JHipster keep
MyFile
MyFolder
Motivation for or Use Case

Make easier to keep plain text files customizations between regenerations.

Related issues or PR
  • Checking this box is mandatory (this is just to show you read everything)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant