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
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
I know you can exclude files in the config.yml, but it doesn't seem to exclude directories. The problem I have is that I use git to maintain some of my files, and it processes the entire .git folder. I would prefer to just ignore this folder, but haven't found a way.
Is this possible in the config.yml?
The text was updated successfully, but these errors were encountered:
I will look into excluding directories, in the meantime you can put your phrozn project (.phrozn directory) near .git (in the same folder) and thus be able to store it inside the repo (I generally exclude generated files with .gitignore as they can always be regenerated).
I know you can exclude files in the config.yml, but it doesn't seem to exclude directories. The problem I have is that I use git to maintain some of my files, and it processes the entire .git folder. I would prefer to just ignore this folder, but haven't found a way.
Is this possible in the config.yml?
The text was updated successfully, but these errors were encountered: