electron/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

57 lines
732 B
Text
Raw Normal View History

2013-04-12 09:46:58 +08:00
.DS_Store
2017-07-25 16:58:12 -07:00
.env
.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/
node_modules/
SHASUMS256.txt
**/package-lock.json
compile_commands.json
.envrc
# npm package
/npm/dist
/npm/path.txt
/npm/checksums.json
2018-08-17 13:00:43 -07:00
.npmrc
# Generated API definitions
electron-api.json
electron.d.ts
# Spec hash calculation
spec/.hash
# Eslint Cache
2020-12-10 10:57:06 -08:00
.eslintcache*
# Generated native addon files
/spec/fixtures/native-addon/echo/build/
# If someone runs tsc this is where stuff will end up
ts-gen
# Used to accelerate CI builds
.depshash
.depshash-target
# Used to accelerate builds after sync
patches/mtime-cache.json
spec/fixtures/logo.png