You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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):
Motivation for or Use Case
Make easier to keep plain text files customizations between regenerations.
Related issues or PR
The text was updated successfully, but these errors were encountered: