-
Hi! I've recently come across quite a few files in the I figured My main problem with these is they seem to prevent pulling new changes on production:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
They are temp files that should not be in version control. If you see the You probably deleted or misplaced the |
Beta Was this translation helpful? Give feedback.
They are temp files that should not be in version control.
If you see the
statamic/statamic
repo, this whole folder can safely be ignored: https://github.com/statamic/statamic/tree/master/storage/statamicYou probably deleted or misplaced the
.gitignore
file (or used another install method).