File tree 6 files changed +2117
-192
lines changed 6 files changed +2117
-192
lines changed Original file line number Diff line number Diff line change 170
170
"languageServer" : {
171
171
"version" : " 0.7.2"
172
172
}
173
+ },
174
+ "publishConfig" : {
175
+ "registry" : " http://localhost:4873"
173
176
}
174
177
}
Original file line number Diff line number Diff line change 1
- # The working-copy folder we use to package the application.
2
- working-copy /
3
-
4
- # Ignore all Theia generated things.
5
- * .log
6
- src-gen /
7
- node_modules /
8
- build /yarn.lock
9
- webpack.config.js
10
- lib /
11
-
12
1
# The electron-builder output.
13
2
dist /
14
3
15
4
# `dotenv` can provide dynamic input for the elecrton-builder. e.g.: commitish for the build.
16
5
electron-builder.env
17
6
18
- # The generated `package.json` under the `build` folder.
7
+ # The generated `package.json` and lock file under the `build` folder.
19
8
build /package.json
9
+ build /yarn.lock
20
10
21
11
# Resources the packager copies from dev to prod
22
12
build /resources /preload.html
13
+
14
+ # For the private npm package registry
15
+ verdaccio-storage
You can’t perform that action at this time.
0 commit comments