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