.gitignore 298 B

12345678910111213141516171819202122
  1. node_modules
  2. out/
  3. logs/
  4. runtime/
  5. .idea/
  6. package-lock.json
  7. data/
  8. .vscode/launch.json
  9. public/electron/
  10. public/dist/
  11. pnpm-lock.yaml
  12. .yalc/
  13. yalc.lock
  14. go/tmp/
  15. build/extraResources/java-app.jar
  16. build/extraResources/jre1.8.0_201/
  17. python/.venv/
  18. python/*.spec
  19. python/build/
  20. python/dist/
  21. *DS_Store
  22. yalc.lock