.gitignore 138 B

123456789101112
  1. .idea
  2. .DS_Store
  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
  12. file*.txt