The Bubble web UI in VueJS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.gitignore 567 B

il y a 4 ans
1234567891011121314151617181920212223242526272829303132333435363738
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. # Runtime data
  6. pids
  7. *.pid
  8. *.seed
  9. # Directory for instrumented libs generated by jscoverage/JSCover
  10. lib-cov
  11. # Coverage directory used by tools like istanbul
  12. coverage
  13. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  14. .grunt
  15. # node-waf configuration
  16. .lock-wscript
  17. # Compiled binary addons (http://nodejs.org/api/addons.html)
  18. build/Release
  19. # Dependency directories
  20. node_modules
  21. jspm_packages
  22. typings
  23. # Optional npm cache directory
  24. .npm
  25. # Optional REPL history
  26. .node_repl_history
  27. .idea
  28. dist
  29. *~