.gitignore 131 B

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