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

25 строки
264 B

  1. # build output
  2. dist/
  3. # generated types
  4. .astro/
  5. # dependencies
  6. node_modules/
  7. # logs
  8. npm-debug.log*
  9. yarn-debug.log*
  10. yarn-error.log*
  11. pnpm-debug.log*
  12. # environment variables
  13. .env
  14. .env.production
  15. # macOS-specific files
  16. .DS_Store
  17. # jetbrains setting folder
  18. .idea/