Skip to content

Instantly share code, notes, and snippets.

@jigangkim
Forked from jgkim2020/.griveignore
Created July 15, 2020 06:47
Show Gist options
  • Save jigangkim/e72d4e050f87077ac9f3e191d589220c to your computer and use it in GitHub Desktop.
Save jigangkim/e72d4e050f87077ac9f3e191d589220c 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