.gitkeep 134 B

12345678
  1. # .gitignore
  2. # ignore all files in lib/
  3. # except for .gitkeep
  4. !.gitkeep
  5. # ignore TODO file in root directory,not subdir/TODO
  6. /TODO