cli-barcode PHP
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.
 
 
 

43 lines
467 B

  1. composer.phar
  2. /old/
  3. # Compiled source #
  4. ###################
  5. *.com
  6. *.class
  7. *.dll
  8. *.exe
  9. *.o
  10. *.so
  11. # Packages #
  12. ############
  13. # it's better to unpack these files and commit the raw source
  14. # git has its own built in compression methods
  15. *.7z
  16. *.dmg
  17. *.gz
  18. *.iso
  19. *.jar
  20. *.rar
  21. *.tar
  22. *.zip
  23. # Logs and databases #
  24. ######################
  25. *.log
  26. *.sql
  27. *.sqlite
  28. # OS generated files #
  29. ######################
  30. .DS_Store
  31. .DS_Store?
  32. ._*
  33. .Spotlight-V100
  34. .Trashes
  35. ehthumbs.db
  36. Thumbs.db