.gitkeep 140 B

123456789
  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
  7. public