2022-01-17 14:50:31 +08:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
2021-11-24 11:29:00 +08:00
|
|
|
|
2022-01-17 14:50:31 +08:00
|
|
|
# compiled output
|
2022-04-17 09:39:20 +08:00
|
|
|
dist/
|
2022-01-17 14:50:31 +08:00
|
|
|
/tmp
|
|
|
|
/out-tsc
|
|
|
|
/app-builds
|
|
|
|
/release
|
2022-04-17 09:47:13 +08:00
|
|
|
*.js
|
2022-01-17 14:50:31 +08:00
|
|
|
*.js.map
|
2022-04-22 00:19:03 +08:00
|
|
|
*.webpack.js
|
2022-04-18 23:15:02 +08:00
|
|
|
!src/core/market/browser/**/*.js
|
|
|
|
!src/core/market/browser/dist/icon.png
|
2022-04-22 00:19:03 +08:00
|
|
|
!src/workbench/node/request/**/*.js
|
2022-04-22 00:34:32 +08:00
|
|
|
!/api/*.js
|
2022-05-27 18:59:43 +08:00
|
|
|
!*.config.js
|
2022-04-22 00:19:03 +08:00
|
|
|
|
2022-05-19 20:08:09 +08:00
|
|
|
scripts/notarize.js
|
2022-01-17 14:50:31 +08:00
|
|
|
# dependencies
|
|
|
|
node_modules
|
2022-04-24 10:42:41 +08:00
|
|
|
# package-lock.json
|
2022-01-17 14:50:31 +08:00
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
2021-11-24 11:29:00 +08:00
|
|
|
.settings/
|
2022-01-17 14:50:31 +08:00
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# misc
|
|
|
|
/connect.lock
|
|
|
|
/coverage
|
|
|
|
/libpeerconnection.log
|
|
|
|
npm-debug.log
|
|
|
|
testem.log
|
|
|
|
/typings
|
2021-11-24 11:29:00 +08:00
|
|
|
|
2022-01-17 14:50:31 +08:00
|
|
|
# e2e
|
2022-02-07 00:09:40 +08:00
|
|
|
/e2e/test
|
2022-01-17 14:50:31 +08:00
|
|
|
!/e2e/protractor.conf.js
|
|
|
|
/e2e/*.map
|
|
|
|
/e2e/tracing
|
|
|
|
/e2e/screenshots
|
2021-11-24 11:29:00 +08:00
|
|
|
|
2022-01-17 14:50:31 +08:00
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
2022-05-27 18:59:43 +08:00
|
|
|
# *-lock.json
|