Skip to content

Instantly share code, notes, and snippets.

@spacemudd
Created June 3, 2020 04:55
Show Gist options
  • Save spacemudd/dc88daa61e78ef09f17343aad4609bff to your computer and use it in GitHub Desktop.
Save spacemudd/dc88daa61e78ef09f17343aad4609bff to your computer and use it in GitHub Desktop.
Backblaze - A personal exclude list for a web software developer.
<!-- This block are the optional Windows excludes the customer is allowed to edit -->
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\Users\" contains_1="ntuser.dat" contains_2="*" doesNotContain="*" endsWith=".txt.blf" hasFileExtension="blf" />
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\projects\vendor\" contains_1="*" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\node_modules\" contains_1="*" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\.PhpStorm2019.3\" contains_1="*" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\projects\" contains_1="*" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\laragon\" contains_1="*" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\.git\" contains_1="*" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\Python38\" contains_1="*" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\.node-gyp\" contains_1="*" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="win" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith=":\vendor\" contains_1="*" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment