Skip to content

Instantly share code, notes, and snippets.

@TigersWay
Last active October 27, 2020 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TigersWay/e6dfa7d90c17f8260a8e13a75f75d6ce to your computer and use it in GitHub Desktop.
Save TigersWay/e6dfa7d90c17f8260a8e13a75f75d6ce to your computer and use it in GitHub Desktop.
Syncthing generic ignore file
//.stglobalignore 2020-10-27
// Generic
*.part
*.crdownload
(?)Thumbs.db
(?)~$*.*
(?)*.tmp
// Windows & Users
(?)/Desktop/*.lnk
// git, (p)npm
.git
node_modules
pnpm-lock.yaml
package-lock.json
npm-shrinkwrap.json
// Projects
.netlify
(?)public
#include .stglobalignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment