Just a handy syncthing ignore list.
Created
February 27, 2023 08:10
-
-
Save mbround18/38f3398c7c3f5e13a883c9b2d0fce01d to your computer and use it in GitHub Desktop.
Syncthing Ignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(?d)**/logs | |
(?d)**/*.log | |
(?d)**/npm-debug.log* | |
(?d)**/yarn-debug.log* | |
(?d)**/yarn-error.log* | |
(?d)**/lerna-debug.log* | |
(?d)**/.pnpm-debug.log* | |
(?d)**/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | |
(?d)**/pids | |
(?d)**/*.pid | |
(?d)**/*.seed | |
(?d)**/*.pid.lock | |
(?d)**/lib-cov | |
(?d)**/coverage | |
(?d)**/*.lcov | |
(?d)**/.nyc_output | |
(?d)**/.grunt | |
(?d)**/bower_components | |
(?d)**/.lock-wscript | |
(?d)**/build/Release | |
(?d)**/node_modules/ | |
(?d)**/jspm_packages/ | |
(?d)**/web_modules/ | |
(?d)**/*.tsbuildinfo | |
(?d)**/.npm | |
(?d)**/.eslintcache | |
(?d)**/.stylelintcache | |
(?d)**/.rpt2_cache/ | |
(?d)**/.rts2_cache_cjs/ | |
(?d)**/.rts2_cache_es/ | |
(?d)**/.rts2_cache_umd/ | |
(?d)**/.node_repl_history | |
(?d)**/*.tgz | |
(?d)**/.yarn-integrity | |
(?d)**/.env | |
(?d)**/.env.development.local | |
(?d)**/.env.test.local | |
(?d)**/.env.production.local | |
(?d)**/.env.local | |
(?d)**/.cache | |
(?d)**/.parcel-cache | |
(?d)**/.next | |
(?d)**/out | |
(?d)**/.nuxt | |
(?d)**/dist | |
(?d)**/.cache/ | |
(?d)**/.vuepress/dist | |
(?d)**/.temp | |
(?d)**/.docusaurus | |
(?d)**/.serverless/ | |
(?d)**/.fusebox/ | |
(?d)**/.dynamodb/ | |
(?d)**/.tern-port | |
(?d)**/.vscode-test | |
(?d)**/.yarn/cache | |
(?d)**/.yarn/unplugged | |
(?d)**/.yarn/build-state.yml | |
(?d)**/.yarn/install-state.gz | |
(?d)**/.pnp.* | |
(?d)**/.webpack/ | |
(?d)**/.svelte-kit | |
(?d)**/*.gem | |
(?d)**/*.rbc | |
(?d)**/.config | |
(?d)**/coverage/ | |
(?d)**/InstalledFiles | |
(?d)**/pkg/ | |
(?d)**/reports/ | |
(?d)**/spec/examples.txt | |
(?d)**/test/tmp/ | |
(?d)**/test/version_tmp/ | |
(?d)**/tmp/ | |
(?d)**/.env | |
(?d)**/.byebug_history | |
(?d)**/.dat* | |
(?d)**/.repl_history | |
(?d)**/build/ | |
(?d)**/*.bridgesupport | |
(?d)**/build-iPhoneOS/ | |
(?d)**/build-iPhoneSimulator/ | |
(?d)**/.yardoc/ | |
(?d)**/_yardoc/ | |
(?d)**/doc/ | |
(?d)**/rdoc/ | |
(?d)**/.bundle/ | |
(?d)**/vendor/bundle | |
(?d)**/lib/bundler/man/ | |
(?d)**/.rvmrc | |
(?d)**/debug/ | |
(?d)**/target/ | |
(?d)**/*.rs.bk | |
(?d)*.pdb | |
(?d)**/.terraform/* | |
(?d)**/*.tfstate | |
(?d)**/*.tfstate.* | |
(?d)**/*.log | |
(?d)**/*.tfvars | |
(?d)**/*.tfvars.json | |
(?d)**/.override.tf | |
(?d)**/.override.tf.json | |
(?d)**/.*_override.tf | |
(?d)**/.*_override.tf.json | |
(?d)**/.terraformrc | |
(?d)**/terraform.rc | |
(?d)**/.turbo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment