Piano notes book, powered by Astro and React.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
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/