This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Build artifact .gitignore is blown away right after it's copied over #1007
Labels
Bug
Something isn't working
I'm on BLT 8.6.10, but I had the problems before this release as well.
Looks like by default BLT has a .gitignore file that it copies over to the build artifact. However, it's blown away immediately by the rsync command that copies files from the development repo to the artifact repo:
The
deploy:copy:site
target is run after the .gitignore file is copied over, and the rsync command will delete any file in the build repo that isn't in the excludes list.Not sure if I just have something misconfigured? I don't have a custom excludes for what it's worth.
The text was updated successfully, but these errors were encountered: