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/
|
2017-09-24 00:26:04 +03:00
|
|
|
node_modules/
|
|
|
|
SHASUMS256.txt
|
2019-04-30 23:59:47 +03:00
|
|
|
**/package-lock.json
|
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
|
2021-08-19 21:26:17 +03:00
|
|
|
/npm/checksums.json
|
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
|
2022-08-25 19:36:08 +03:00
|
|
|
spec/.hash
|
2018-09-15 20:51:23 +03:00
|
|
|
|
|
|
|
# Eslint Cache
|
2020-12-10 21:57:06 +03:00
|
|
|
.eslintcache*
|
2019-01-12 04:00:43 +03:00
|
|
|
|
|
|
|
# Generated native addon files
|
2022-08-25 19:36:08 +03:00
|
|
|
/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
|
2019-04-23 01:36:59 +03:00
|
|
|
|
|
|
|
# Used to accelerate CI builds
|
|
|
|
.depshash
|
2020-10-20 21:49:57 +03:00
|
|
|
.depshash-target
|
|
|
|
|
|
|
|
# Used to accelerate builds after sync
|
2021-04-19 21:27:34 +03:00
|
|
|
patches/mtime-cache.json
|
|
|
|
|
2022-08-25 19:36:08 +03:00
|
|
|
spec/fixtures/logo.png
|