Skip to content

Instantly share code, notes, and snippets.

@sguzman
Last active August 29, 2015 13:56
Show Gist options
  • Save sguzman/9063906 to your computer and use it in GitHub Desktop.
Save sguzman/9063906 to your computer and use it in GitHub Desktop.
gitignore exclusion rule - ignore everything except ...
*
# file1
!..
# file2
!..
# And so on
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment