Skip to content

Commit

Permalink
Reorganize for monorepo, part 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvincent committed Sep 21, 2024
1 parent e153290 commit cc6950a
Show file tree
Hide file tree
Showing 244 changed files with 2,499 additions and 1,279 deletions.
16 changes: 0 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
node_modules/
**/.DS_Store
_*/generated
_*/**/playground
_*/spec-generated
_*/**/ts-stdout.txt
_*/**/tsconfig.json

old-build/**/*.mjs.map
old-build/**/*.d.mts
old-build/**/tsconfig.json
old-build/tsconfig.json
old-build/**/ts-stdout.txt
old-build/generated
old-build/spec-generated

playground/
.tsimp
346 changes: 2 additions & 344 deletions README.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions old-build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/*.mjs.map
**/*.d.mts
**/tsconfig.json
tsconfig.json
**/ts-stdout.txt
generated
spec-generated
Loading

0 comments on commit cc6950a

Please sign in to comment.