You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 151B

12345678910111213141516
  1. # editor temporary files
  2. *.sublime-*
  3. .DS_Store
  4. *.swp
  5. #*.*#
  6. tags
  7. # direnv config
  8. .env*
  9. # test binaries
  10. *.test
  11. # coverage and profilte outputs
  12. *.out