Skip to content

Instantly share code, notes, and snippets.

@guiwuff
Last active April 15, 2017 14:04
Show Gist options
  • Save guiwuff/dd93064f6f66eb249577aadcaac6cc49 to your computer and use it in GitHub Desktop.
Save guiwuff/dd93064f6f66eb249577aadcaac6cc49 to your computer and use it in GitHub Desktop.
Ignoring directory content in git
# put this file inside the directory to be ignored in git commit
# the folder itself will be included in the commit
*
!.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment