Skip to content

Instantly share code, notes, and snippets.

@yokawasa
Created January 10, 2019 23:58
Show Gist options
  • Save yokawasa/e23368eb6ac5bc0ffad085c120d68131 to your computer and use it in GitHub Desktop.
Save yokawasa/e23368eb6ac5bc0ffad085c120d68131 to your computer and use it in GitHub Desktop.

.gitignore tips

ignore files under a folder

/t/*

But you want to exclude certain folders in the ignoring folder

/t/*
!/t/exceptions/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment