Skip to content

Instantly share code, notes, and snippets.

@rodrigoespinozadev
Forked from maxclaus/.gitignore
Created March 9, 2019 08:03
Show Gist options
  • Save rodrigoespinozadev/ee2f2406efb8df508ef83341c13007f1 to your computer and use it in GitHub Desktop.
Save rodrigoespinozadev/ee2f2406efb8df508ef83341c13007f1 to your computer and use it in GitHub Desktop.
Git keep empty folder: 1. Add a .gitkeep file inside the folder you want to keep 2. Then include this configuration in your .gitignore
path_your_folder/*
!path_your_folder/.gitkeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment