-
Couldn't load subscription status.
- Fork 471
Per-platform binary packages #7395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
6451c4b
22e361d
dda6eae
3458e98
4762a8c
25571d7
dc2288b
5f1886d
7f6526d
8c4d743
821d418
38bfc2d
f2028c0
73435ef
51d815a
27c6e67
44f132a
8b1468d
1dd4706
e76f956
3e628f2
934fe83
cdae7dc
fc41236
367d899
d9e5259
e915fa0
ddd18af
a6fdc01
fd92bc5
496611a
d566a6f
0be8f48
b93bdaf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,6 @@ _build | |
| node_modules | ||
| *.dump | ||
| coverage | ||
| *.exe | ||
|
|
||
| .ninja_log | ||
| .bsdeps | ||
|
|
@@ -82,6 +81,12 @@ tests/tools_tests/lib | |
| tests/analysis_tests*/lib | ||
| tests/analysis_tests/**/*.bs.js | ||
|
|
||
| /linux/*.exe | ||
| /linuxarm64/*.exe | ||
| /darwin/*.exe | ||
| /darwinarm64/*.exe | ||
| /win32/*.exe | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do we need to add these if we ignore all *.exe (further below)? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unused lines, I will remove |
||
|
|
||
| .yarn/* | ||
| !.yarn/patches | ||
| !.yarn/plugins | ||
|
|
@@ -90,3 +95,7 @@ tests/analysis_tests/**/*.bs.js | |
| !.yarn/versions | ||
|
|
||
| *.tsbuildinfo | ||
|
|
||
| # package tarballs | ||
| package.tgz | ||
| *.exe | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to use GitHub's package registry for nightly builds