.gitignore 134 B

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