.gitignore 80 B

1234567
  1. # Ignore everything in this directory
  2. *
  3. # Except this file
  4. !.gitignore
  5. !README