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 01:46:58 +00:00
.DS_Store
2017-07-25 23:58:12 +00:00
.env
.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/
node_modules/
SHASUMS256.txt
**/package-lock.json
compile_commands.json
.envrc
# npm package
/npm/dist
/npm/path.txt
/npm/checksums.json
2018-08-17 20:00:43 +00:00
.npmrc
# Generated API definitions
electron-api.json
electron.d.ts
# Spec hash calculation
spec/.hash
# Eslint Cache
2020-12-10 18:57:06 +00: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