Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

35 строки
437 B

  1. # Ignore temporary files (left by editors and OS)
  2. *~
  3. *.bak
  4. *.swp
  5. *.swo
  6. .DS_Store
  7. # Ignore by common IDEs used directories/files
  8. nbproject
  9. *.idea
  10. *.project
  11. .buildpath
  12. .settings
  13. .TemporaryItems
  14. .webprj
  15. # Temporary files and folders
  16. .cache
  17. .php_cs.cache
  18. .sass-cache
  19. .session
  20. phantomjsdriver.log
  21. # frontend stuff
  22. node_modules
  23. templates/output
  24. templates/publish
  25. #logs
  26. log
  27. #storybook
  28. /storybook/stories/_old/
  29. /storybook/storybook-static/