.gitignore 127 B

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