Skip to content

Instantly share code, notes, and snippets.

@obar1
Last active July 31, 2023 03:44
Show Gist options
  • Save obar1/db914690764dc6d64b988dc458407d4c to your computer and use it in GitHub Desktop.
Save obar1/db914690764dc6d64b988dc458407d4c to your computer and use it in GitHub Desktop.
https://help.dropbox.com/sync/ignored-files
Set-Content -Path 'C:\Users\yourname\Dropbox(Personal)\YourFileName.pdf' -Stream com.dropbox.ignored -Value 1
or better
PS C:\Users\mario\Dropbox\gcloud_0to100> Set-Content ./.git:com.dropbox.ignored -value 1
> https://www.dropboxforum.com/t5/Apps-and-Installations/Ignoring-a-directory-does-not-work/td-p/679164
@obar1
Copy link
Author

obar1 commented Jun 7, 2023

example

it should turn gray

Set-Content -Path '.git' -Stream com.dropbox.ignored -Value 1

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment