.gitignore 135 B

12345678910111213
  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
  11. .idea
  12. /.idea