Skip to content

Instantly share code, notes, and snippets.

@jgkim2020
Last active July 15, 2020 06:47
Show Gist options
  • Save jgkim2020/89a178f12fd83a6cf9782b5ca6fb61bc to your computer and use it in GitHub Desktop.
Save jgkim2020/89a178f12fd83a6cf9782b5ca6fb61bc to your computer and use it in GitHub Desktop.
regex based ignore for grive2 (https://github.com/vitalif/grive2)
# Ignore everything under "some_folder" folder...
some_folder/**
# ...except "some_file.txt"
!some_folder/some_file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment