electron/.gitignore

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

57 строки
732 B
Plaintext
Исходник Обычный вид История

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