Last active
July 15, 2020 06:47
-
-
Save jgkim2020/89a178f12fd83a6cf9782b5ca6fb61bc to your computer and use it in GitHub Desktop.
regex based ignore for grive2 (https://github.com/vitalif/grive2)
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
# 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