changelog: keep the _main folder #441
Loading…
Reference in a new issue
No description provided.
Delete branch "changelog_main_test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For the grav repo, I need to have the
_main
folder to exist so that I can then symlink it to changelog repo. It does exist on prod, but not in the repo itself as it is in .gitignore, so when I git clone, I don't have that_main
folder. That is why I'm removing it from parent .gitignore and adding it. But as it is empty, git doesn't want to "save" it, so I created an useless .gitignore file in it...Maybe we should rewrite vagrant stuff to reflect how it's now done in prod (symlinking). In that way we have the same setup or those that use vagrant.
Done @muppeth :)