.gitignore 715 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .DS_Store
  2. .env
  3. .gclient_done
  4. **/.npmrc
  5. .tags*
  6. .vs/
  7. .vscode/
  8. *.log
  9. *.pyc
  10. *.sln
  11. *.swp
  12. *.VC.db
  13. *.VC.VC.opendb
  14. *.vcxproj
  15. *.vcxproj.filters
  16. *.vcxproj.user
  17. *.xcodeproj
  18. /.idea/
  19. /dist/
  20. node_modules/
  21. SHASUMS256.txt
  22. **/package-lock.json
  23. compile_commands.json
  24. .envrc
  25. # npm package
  26. /npm/dist
  27. /npm/path.txt
  28. /npm/checksums.json
  29. .npmrc
  30. # Generated API definitions
  31. electron-api.json
  32. electron.d.ts
  33. # Spec hash calculation
  34. spec/.hash
  35. # Eslint Cache
  36. .eslintcache*
  37. # Generated native addon files
  38. /spec/fixtures/native-addon/echo/build/
  39. # If someone runs tsc this is where stuff will end up
  40. ts-gen
  41. # Used to accelerate CI builds
  42. .depshash
  43. # Used to accelerate builds after sync
  44. patches/mtime-cache.json
  45. spec/fixtures/logo.png