Global ignore patterns

I frequently edit LaTeX documents, and the compiler outputs a lot of extra temporary files that don’t need to be synced 99% of the time. Is there a way I could set a global ignore list that will stop syncing all files matching a given set of extensions regardless of directory? (i.e. not having to add a .stignore to each directory with LaTeX documents)

1 Like

The docs explain it

What I meant was that I wanted to avoid adding a .stignore to the root of each shared folder, a bit like a global .git configuration (where you can add patterns to ~/.config/git/ignore and it will never add those files to any repository). Some of my shared folders overlap because I’m only sharing subsets of those with other devices.

Check #include

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.