Statamic doesn't appear to track asset .meta files? #8009
Closed
stephenmeehanuk
started this conversation in
General
Replies: 2 comments 4 replies
-
Do you have any |
Beta Was this translation helpful? Give feedback.
1 reply
-
It looks like Git itself is tracking them, since you've shown that in the output:
But the Git integration in Statamic is not committing/pushing them because you haven't configured it to commit files in that directory. You can add 'paths' => [
base_path('content'),
base_path('users'),
resource_path('blueprints'),
resource_path('fieldsets'),
resource_path('forms'),
resource_path('users'),
storage_path('forms'),
+ public_path('assets'),
], |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi
Statamic doesn't appear to track asset
.yaml
files inside.meta
? Is it because the meta directory is hidden?I updated the meta for an image, saved changes but they're not committed to git?
Updates to entries are committed and pushed as expected.
Is this a known issue? Or is there an additional bit of config required to get this work?
gitignore
Beta Was this translation helpful? Give feedback.
All reactions