Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. * text=auto
  2.  
  3. /tests export-ignore
  4. /tools export-ignore
  5. /vendor export-ignore
  6. .gitattributes export-ignore
  7. .gitignore export-ignore
  8. .scrutinizer.yml export-ignore
  9. .travis.yml export-ignore
  10. .styleci.yml export-ignore
  11. .php_cs export-ignore
  12. phpunit.php export-ignore
  13. phpunit.xml export-ignore
  14.  
  15.  
  16.  
  17.  
  18. * text=auto
  19.  
  20. /build export-ignore
  21. /tests export-ignore
  22. /.github export-ignore
  23. .gitattributes export-ignore
  24. .gitignore export-ignore
  25. .scrutinizer.yml export-ignore
  26. .travis.yml export-ignore
  27. phpunit.php export-ignore
  28. phpunit.xml export-ignore
  29. phpunit.xml.dist export-ignore
  30. .php_cs export-ignore
  31.  
  32.  
  33.  
  34.  
  35. * text=auto
  36. *.css linguist-vendored
  37. *.scss linguist-vendored
  38. *.js linguist-vendored
  39. *.js linguist-language=php
  40. *.css linguist-language=php
  41. *.html linguist-language=php
  42. CHANGELOG.md export-ignore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement