Take a look at this:  https://help.github.com/articles/ignoring-files/

Basically, you can create a file titled .gitignore, and put the path of the 
files you want to ignore in it, and they will be ignored.  Be aware that if 
you've already committed those files once they won't be ignored going 
forwards unless you git rm them.

Matt

On Friday, August 12, 2016 at 6:12:41 AM UTC-4, Cook Schelling wrote:
>
> I use Git to manage my TiddlyWiki files' versions. But after each use of 
> TW, div like $:/StoryList, $:/temp/search will be updated. I don't want 
> commit these changes to Git. Is there a Git filter to help me discard these 
> changes?
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8d231af3-6397-4315-ab3a-53a4db949c50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to