Untracked revision files? #11654
Closed
stephenmeehanuk
started this conversation in
General
Replies: 2 comments 1 reply
-
|
You probably need to add // config/statamic/git.php
'paths' => [
base_path('content'),
base_path('users'),
resource_path('blueprints'),
resource_path('fieldsets'),
resource_path('forms'),
resource_path('users'),
resource_path('preferences.yaml'),
resource_path('sites.yaml'),
storage_path('forms'),
+ storage_path('content/revisions'),
public_path('assets'),
], |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
That fixed it! Thanks. |
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.
-
Is there a fix this for this?
I've set
'path' => storage_path('content/revisions')inconfig/statamic/revisions.phpevery time I checkgit statuson the production server I see untracked files?The path
config/statamic/revisionsisn't ignored in gitignore? Any ideas?Beta Was this translation helpful? Give feedback.
All reactions