選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.gitignore 122B

12345678910
  1. .DS_Store
  2. dist/electron/*
  3. dist/web/*
  4. build/*
  5. !build/icons
  6. node_modules/
  7. npm-debug.log
  8. npm-debug.log.*
  9. thumbs.db
  10. !.gitkeep