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 18, 2021. It is now read-only.
This is more a feature request.
Would it be possible to set some basic ignore files in .gistup.json?
On Mac the .DS_Store gets added to the version control.
I added an alias to my .bash_profile to create a .gitignore file in the folder
alias gistup='echo ".DS_Store" > .gitignore;gistup'
but that makes the naming of the gist ugly (see the image)
I could remove the .DS_Store with an alias, but I think everybody else on Mac will have the same problem.
The text was updated successfully, but these errors were encountered:
This applies in addition to standard excludes. It’s still a good idea for
everyone to define their own global core.excludesfile, but I don’t see much harm
in also exposing a -x argument to gistup for doing the same thing. Fixes#12.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is more a feature request.
Would it be possible to set some basic ignore files in .gistup.json?
On Mac the .DS_Store gets added to the version control.
I added an alias to my .bash_profile to create a .gitignore file in the folder
but that makes the naming of the gist ugly (see the image)
I could remove the .DS_Store with an alias, but I think everybody else on Mac will have the same problem.
The text was updated successfully, but these errors were encountered: