Skip to content

Instantly share code, notes, and snippets.

@danmactough
Last active October 3, 2015 06:27
Show Gist options
  • Save danmactough/2408113 to your computer and use it in GitHub Desktop.
Save danmactough/2408113 to your computer and use it in GitHub Desktop.
How do I add an empty directory to a git repository
# Ignore everything in this directory
*
# Except this file
!.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment