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/
|
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
|
2021-08-19 18:26:17 +00:00
|
|
|
/npm/checksums.json
|
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
|
2022-08-25 16:36:08 +00:00
|
|
|
spec/.hash
|
2018-09-15 17:51:23 +00:00
|
|
|
|
|
|
|
# Eslint Cache
|
2020-12-10 18:57:06 +00:00
|
|
|
.eslintcache*
|
2019-01-12 01:00:43 +00:00
|
|
|
|
|
|
|
# Generated native addon files
|
2022-08-25 16:36:08 +00:00
|
|
|
/spec/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
|
2021-04-19 18:27:34 +00:00
|
|
|
patches/mtime-cache.json
|
|
|
|
|
2022-08-25 16:36:08 +00:00
|
|
|
spec/fixtures/logo.png
|