.gitignore 978 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. /brightray/brightray.opensdf
  20. /brightray/brightray.sdf
  21. /brightray/brightray.sln
  22. /brightray/brightray.suo
  23. /brightray/brightray.v12.suo
  24. /brightray/brightray.vcxproj*
  25. /brightray/brightray.xcodeproj/
  26. /build/
  27. /dist/
  28. /external_binaries/
  29. /out/
  30. /vendor/.gclient
  31. /vendor/debian_jessie_amd64-sysroot/
  32. /vendor/debian_jessie_arm-sysroot/
  33. /vendor/debian_jessie_arm64-sysroot/
  34. /vendor/debian_jessie_i386-sysroot/
  35. /vendor/debian_jessie_mips64-sysroot/
  36. /vendor/debian_wheezy_amd64-sysroot/
  37. /vendor/debian_wheezy_arm-sysroot/
  38. /vendor/debian_wheezy_i386-sysroot/
  39. /vendor/gcc-4.8.3-d197-n64-loongson/
  40. /vendor/readme-gcc483-loongson.txt
  41. /vendor/download/
  42. /vendor/llvm-build/
  43. /vendor/llvm/
  44. /vendor/npm/
  45. /vendor/python_26/
  46. /vendor/native_mksnapshot
  47. /vendor/LICENSES.chromium.html
  48. node_modules/
  49. SHASUMS256.txt
  50. **/package-lock.json