2013-04-12 09:46:58 +08:00
|
|
|
.DS_Store
|
2017-07-25 16:58:12 -07:00
|
|
|
.env
|
2017-09-24 06:26:04 +09:00
|
|
|
.gclient_done
|
2017-12-04 11:05:04 -05:00
|
|
|
**/.npmrc
|
2015-11-21 02:32:53 +02:00
|
|
|
.tags*
|
2017-07-25 16:57:35 -07:00
|
|
|
.vs/
|
|
|
|
.vscode/
|
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.sln
|
|
|
|
*.swp
|
|
|
|
*.VC.db
|
|
|
|
*.VC.VC.opendb
|
|
|
|
*.vcxproj
|
|
|
|
*.vcxproj.filters
|
|
|
|
*.vcxproj.user
|
|
|
|
*.xcodeproj
|
2015-10-28 21:30:52 +02:00
|
|
|
/.idea/
|
2013-07-17 17:07:14 +08:00
|
|
|
/dist/
|
2017-09-24 06:26:04 +09:00
|
|
|
node_modules/
|
|
|
|
SHASUMS256.txt
|
2019-04-30 13:59:47 -07:00
|
|
|
**/package-lock.json
|
2018-04-08 22:54:14 -07:00
|
|
|
compile_commands.json
|
|
|
|
.envrc
|
2018-03-25 15:03:17 +11:00
|
|
|
|
|
|
|
# npm package
|
|
|
|
/npm/dist
|
2018-04-08 22:54:14 -07:00
|
|
|
/npm/path.txt
|
2021-08-19 11:26:17 -07:00
|
|
|
/npm/checksums.json
|
2018-08-17 13:00:43 -07:00
|
|
|
|
2018-09-13 15:08:08 +02:00
|
|
|
.npmrc
|
|
|
|
|
|
|
|
# Generated API definitions
|
|
|
|
electron-api.json
|
|
|
|
electron.d.ts
|
2018-09-14 01:30:12 +10:00
|
|
|
|
|
|
|
# Spec hash calculation
|
2022-08-25 09:36:08 -07:00
|
|
|
spec/.hash
|
2018-09-16 03:51:23 +10:00
|
|
|
|
|
|
|
# Eslint Cache
|
2020-12-10 10:57:06 -08:00
|
|
|
.eslintcache*
|
2019-01-12 06:30:43 +05:30
|
|
|
|
|
|
|
# Generated native addon files
|
2022-08-25 09:36:08 -07:00
|
|
|
/spec/fixtures/native-addon/echo/build/
|
2019-02-06 10:27:20 -08:00
|
|
|
|
|
|
|
# If someone runs tsc this is where stuff will end up
|
|
|
|
ts-gen
|
2019-04-22 15:36:59 -07:00
|
|
|
|
|
|
|
# Used to accelerate CI builds
|
|
|
|
.depshash
|
2020-10-20 11:49:57 -07:00
|
|
|
.depshash-target
|
|
|
|
|
|
|
|
# Used to accelerate builds after sync
|
2021-04-19 11:27:34 -07:00
|
|
|
patches/mtime-cache.json
|
|
|
|
|
2022-08-25 09:36:08 -07:00
|
|
|
spec/fixtures/logo.png
|