Correct way to exclude /public/assets but include public/assets/*/.meta/ #7972
stephenmeehanuk
started this conversation in
General
Replies: 1 comment
-
Is this related to this issue #6286? Or is it something to do with my Entry updates are committed to git, works great.
However, updating
I thought it might be related to one of my Do I need to add anything to
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
What's the correct way to exclude
/public/assets/
but includepublic/assets/*/.meta/
?This is my
gitignore
fileThis is an example of a file path I want to exclude, but include the meta file.
is there a known workaround for this? I like to keep my assets out of Git, but keep the meta files version controlled.
Beta Was this translation helpful? Give feedback.
All reactions