Don't distribute boot src files

[#179017951]
This commit is contained in:
Steve Gravrock
2021-09-03 15:40:41 -07:00
parent d61800c5c8
commit 6603ed7ddc
7 changed files with 7 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ Once you've pushed a feature branch to your forked repo, you're ready to open a
* `/src` contains all of the source files
* `/src/core` - generic source files
* `/src/html` - browser-specific files
* `/src/boot` - sources for boot files (see below)
* `/spec` contains all of the tests
* mirrors the source directory
* there are some additional files