12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .DS_Store
- .env
- .npmrc
- .tags*
- .vs/
- .vscode/
- *.log
- *.pyc
- *.sln
- *.swp
- *.VC.db
- *.VC.VC.opendb
- *.vcxproj
- *.vcxproj.filters
- *.vcxproj.user
- *.xcodeproj
- node_modules/
- /.idea/
- /brightray/brightray.opensdf
- /brightray/brightray.sdf
- /brightray/brightray.sln
- /brightray/brightray.suo
- /brightray/brightray.v12.suo
- /brightray/brightray.vcxproj*
- /brightray/brightray.xcodeproj/
- /build/
- /dist/
- /external_binaries/
- /out/
- /vendor/.gclient
- /vendor/debian_jessie_amd64-sysroot/
- /vendor/debian_jessie_arm-sysroot/
- /vendor/debian_jessie_arm64-sysroot/
- /vendor/debian_jessie_i386-sysroot/
- /vendor/debian_wheezy_amd64-sysroot/
- /vendor/debian_wheezy_arm-sysroot/
- /vendor/debian_wheezy_i386-sysroot/
- /vendor/download/
- /vendor/llvm-build/
- /vendor/llvm/
- /vendor/node/deps/node-inspect/.npmrc
- /vendor/npm/
- /vendor/python_26/
|