Replies: 1 comment
-
|
This is a good question. I'm not 100% sure right now. Let me do some testing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody,
My use case is, I have Spring Boot app which has
src/main/resources/staticdirectory and Angular web which output to that directory. Because they are generated files, so I have to put them to.gitignorewithsrc/main/resources/static/*. Besides, they have random name so I cannot write explicit files. I have tried this but it does not work:Beta Was this translation helpful? Give feedback.
All reactions