You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add a file to excludes before it exists, starting the app generates a folder with the name of the file.
For instance, I usually exclude my entire wordpress folder, but I ignore .htaccess and wp-config.php to be able to edit these.
I have a template yaml-file I use for all my WP-projects, where I have the excludes:
But when I start the app like this it creates the wordpress folder, and in it it creates folders called wp-config.php and .htaccess.
So now I have to create the files manually before starting the app. While this works I'd like to skip these extra steps.
I also tried creating the files in various events, but for some reason the sync seems to happen before anyway. Like this:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.
If I add a file to excludes before it exists, starting the app generates a folder with the name of the file.
For instance, I usually exclude my entire wordpress folder, but I ignore .htaccess and wp-config.php to be able to edit these.
I have a template yaml-file I use for all my WP-projects, where I have the excludes:
But when I start the app like this it creates the wordpress folder, and in it it creates folders called wp-config.php and .htaccess.
So now I have to create the files manually before starting the app. While this works I'd like to skip these extra steps.
I also tried creating the files in various events, but for some reason the sync seems to happen before anyway. Like this:
I also tried events like pre-start, ready, post-bootstrap-app and pre-init.
So what I'd like is that if if the ignore path seems to be a file it creates an empty file rather than a directory.
I'm running lando 3.6.5 with Docker 3.6.0 (67351) on Windows 11.
The text was updated successfully, but these errors were encountered: