2013-04-12 05:46:58 +04:00
|
|
|
.DS_Store
|
2017-07-26 02:58:12 +03:00
|
|
|
.env
|
2017-09-24 00:26:04 +03:00
|
|
|
.gclient_done
|
2017-12-04 19:05:04 +03:00
|
|
|
**/.npmrc
|
2015-11-21 03:32:53 +03:00
|
|
|
.tags*
|
2017-07-26 02:57:35 +03:00
|
|
|
.vs/
|
|
|
|
.vscode/
|
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.sln
|
|
|
|
*.swp
|
|
|
|
*.VC.db
|
|
|
|
*.VC.VC.opendb
|
|
|
|
*.vcxproj
|
|
|
|
*.vcxproj.filters
|
|
|
|
*.vcxproj.user
|
|
|
|
*.xcodeproj
|
2015-10-28 22:30:52 +03:00
|
|
|
/.idea/
|
2013-07-17 13:07:14 +04:00
|
|
|
/dist/
|
2014-05-18 19:42:47 +04:00
|
|
|
/external_binaries/
|
2013-07-17 13:07:14 +04:00
|
|
|
/out/
|
2017-07-26 02:57:35 +03:00
|
|
|
/vendor/.gclient
|
2017-11-21 13:22:31 +03:00
|
|
|
/vendor/debian_jessie_mips64-sysroot/
|
2017-12-08 10:12:47 +03:00
|
|
|
/vendor/debian_stretch_amd64-sysroot/
|
|
|
|
/vendor/debian_stretch_arm-sysroot/
|
|
|
|
/vendor/debian_stretch_arm64-sysroot/
|
|
|
|
/vendor/debian_stretch_i386-sysroot/
|
2017-11-21 13:22:31 +03:00
|
|
|
/vendor/gcc-4.8.3-d197-n64-loongson/
|
|
|
|
/vendor/readme-gcc483-loongson.txt
|
2017-07-26 02:57:35 +03:00
|
|
|
/vendor/download/
|
2015-07-01 09:27:15 +03:00
|
|
|
/vendor/llvm-build/
|
2017-07-26 02:57:35 +03:00
|
|
|
/vendor/llvm/
|
|
|
|
/vendor/npm/
|
|
|
|
/vendor/python_26/
|
2018-04-02 23:54:39 +03:00
|
|
|
/vendor/native_mksnapshot
|
|
|
|
/vendor/LICENSES.chromium.html
|
2018-09-14 08:02:16 +03:00
|
|
|
/vendor/pyyaml
|
2017-09-24 00:26:04 +03:00
|
|
|
node_modules/
|
|
|
|
SHASUMS256.txt
|
2018-03-25 07:03:17 +03:00
|
|
|
**/yarn.lock
|
2018-04-09 08:54:14 +03:00
|
|
|
compile_commands.json
|
|
|
|
.envrc
|
2018-03-25 07:03:17 +03:00
|
|
|
|
|
|
|
# npm package
|
|
|
|
/npm/dist
|
2018-04-09 08:54:14 +03:00
|
|
|
/npm/path.txt
|
2018-08-17 23:00:43 +03:00
|
|
|
|
2018-09-13 16:08:08 +03:00
|
|
|
.npmrc
|
|
|
|
|
|
|
|
# Generated API definitions
|
|
|
|
electron-api.json
|
|
|
|
electron.d.ts
|
2018-09-13 18:30:12 +03:00
|
|
|
|
|
|
|
# Spec hash calculation
|
|
|
|
spec/.hash
|
2018-09-15 20:51:23 +03:00
|
|
|
|
|
|
|
# Eslint Cache
|
|
|
|
.eslintcache
|
2019-01-12 04:00:43 +03:00
|
|
|
|
|
|
|
# Generated native addon files
|
|
|
|
/spec/fixtures/native-addon/echo/build/
|
2019-02-06 21:27:20 +03:00
|
|
|
|
|
|
|
# If someone runs tsc this is where stuff will end up
|
|
|
|
ts-gen
|