Skip to content

Commit 5295b06

Browse files
committed
Update README
1 parent 38d9885 commit 5295b06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ To package your Electron app, run `npm run prod` to get your code compiled in
182182
[facebook/jest #10025]: https://github.com/facebook/jest/issues/10025
183183

184184
## Project folders & files
185+
- `.github/` - GitHub repo config & GitHub Actions workflows
185186
- `dist/` - [Webpack] output location
186187

187188
__Contents will be flushed automatically on execution of `npm run <dev|prod>`
@@ -275,6 +276,8 @@ To package your Electron app, run `npm run prod` to get your code compiled in
275276
- `.gitignore` - Git ignore file
276277
- `CHANGELOG_PRE_V4.md` - Changelog of this boilerplate prior to `v4.0.0`
277278
- `CHANGELOG_V4+.md` - Changelog of this boilerplate from `v4.0.0` onwards
279+
- `CODE_OF_CONDUCT.md`
280+
- `CONTRIBUTING.md` - Contribution guide
278281
- `jest.config.ci.mjs` - [Jest] config file for GitHub Actions
279282
- `jest.config.mjs` - [Jest] config file
280283
- `LICENSE` - MIT license

0 commit comments

Comments
 (0)