Piano notes book, powered by Astro and React.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.gitignore 264 B

123456789101112131415161718192021222324
  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/