.gitignore 134 B

123456789101112131415
  1. /bin
  2. .DS_Store
  3. /vendor
  4. cover.html
  5. cover.out
  6. lint.log
  7. # Binaries
  8. *.test
  9. # Profiling output
  10. *.prof
  11. # Output of fossa analyzer
  12. /fossa