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
Workarounds:
A .gitignore in the wiki folder, combined with force-added files via git add -f path/to/wiki/file, should track the files in the repo, but ignore them when pushing to the repo. Untested.
The text was updated successfully, but these errors were encountered:
it seems like .git/info/exclude is your own custom .gitignore that's specific to your project. Sort of like the ~/.gitignore or whatever you set your global .gitignore to, but on a per-project level. It doesn't get synced up with the remotes, so you can:
But, sometimes you just with that git stop showing you that file you had to change for some reason we are not here to discuss.
Random idea I had in #46 (comment)
Possibly implementations:
with:
input (ignorelist format?)wikiignore
)Workarounds:
A
.gitignore
in the wiki folder, combined with force-added files viagit add -f path/to/wiki/file
, should track the files in the repo, but ignore them when pushing to the repo. Untested.The text was updated successfully, but these errors were encountered: