.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. /external_binaries/
  21. /out/
  22. /vendor/.gclient
  23. /vendor/debian_jessie_mips64-sysroot/
  24. /vendor/debian_stretch_amd64-sysroot/
  25. /vendor/debian_stretch_arm-sysroot/
  26. /vendor/debian_stretch_arm64-sysroot/
  27. /vendor/debian_stretch_i386-sysroot/
  28. /vendor/gcc-4.8.3-d197-n64-loongson/
  29. /vendor/readme-gcc483-loongson.txt
  30. /vendor/download/
  31. /vendor/llvm-build/
  32. /vendor/llvm/
  33. /vendor/npm/
  34. /vendor/python_26/
  35. /vendor/native_mksnapshot
  36. /vendor/LICENSES.chromium.html
  37. /vendor/pyyaml
  38. node_modules/
  39. SHASUMS256.txt
  40. **/package-lock.json
  41. compile_commands.json
  42. .envrc
  43. # npm package
  44. /npm/dist
  45. /npm/path.txt
  46. .npmrc
  47. # Generated API definitions
  48. electron-api.json
  49. electron.d.ts
  50. # Spec hash calculation
  51. spec/.hash
  52. # Eslint Cache
  53. .eslintcache
  54. # Generated native addon files
  55. /spec/fixtures/native-addon/echo/build/
  56. # If someone runs tsc this is where stuff will end up
  57. ts-gen
  58. # Used to accelerate CI builds
  59. .depshash