-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Move projects into monorepo structure (#134)
- Loading branch information
1 parent
412f183
commit 552a859
Showing
110 changed files
with
16,638 additions
and
1,066 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,45 @@ | ||
*.w.out/ | ||
.DS_Store | ||
node_modules/ | ||
|
||
# Generated wing output | ||
*.w.out/ | ||
|
||
# cargo output | ||
## will have compiled files and executables from cargo | ||
debug/ | ||
target/ | ||
*.tgz | ||
|
||
## These are backup files generated by rustfmt | ||
**/*.rs.bk | ||
|
||
## MSVC Windows builds of rustc generate these, which store debugging information | ||
*.pdb | ||
|
||
|
||
# wingii | ||
libs/wingii/src/jsii-spec.json | ||
libs/wingii/src/jsii.rs | ||
|
||
# wingc | ||
libs/wingc/wingc.h | ||
|
||
# tree-sitter-wing | ||
libs/tree-sitter-wing/src/ | ||
libs/tree-sitter-wing/log.html | ||
libs/tree-sitter-wing/*.wasm | ||
|
||
# wingrt | ||
apps/wingrt/vendor/node | ||
apps/wingrt/build | ||
apps/wingrt/dist | ||
apps/wingrt/*.exe | ||
apps/wingrt/*.dll | ||
apps/wingrt/*.so | ||
apps/wingrt/*-go.h | ||
apps/wingrt/*.class | ||
apps/wingrt/*.zip | ||
|
||
# wing | ||
apps/wing/bin/* | ||
!apps/wing/bin/.gitkeep |
File renamed without changes.
Oops, something went wrong.