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 Mar 24, 2024. It is now read-only.
Describe the bug
setting autocommit in .fleek.yml overwrites .gitignore changes
To Reproduce
Steps to reproduce the behavior:
set autocommit = true in .fleek.yml
append "*.swp" to .gitignore
edit a file in vim, such that a .swp hidden file is created
run "fleek apply", note that the swp file is committed to the repo
Expected behavior
the swp file is not committed and .gitignore changes maybe aren't clobbered.
Environment
ublue-os/bluefin
zsh
fleek 0.10.5
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
setting autocommit in .fleek.yml overwrites .gitignore changes
To Reproduce
Steps to reproduce the behavior:
set autocommit = true in .fleek.yml
append "*.swp" to .gitignore
edit a file in vim, such that a .swp hidden file is created
run "fleek apply", note that the swp file is committed to the repo
Expected behavior
the swp file is not committed and .gitignore changes maybe aren't clobbered.
Environment
ublue-os/bluefin
zsh
fleek 0.10.5
The text was updated successfully, but these errors were encountered: