.gitignore 143 B

12345678910111213
  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
  13. static/*