oxc/.gitignore
Andrew McClenaghan 6b3b260dcc
feat(Codegen): Improve codegen (#2460)
This gets all the new TS types working to the same level TS output was
before and fixes a bunch of other codegen

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-02-21 14:41:57 +08:00

31 lines
565 B
Text

target/
**/*.rs.bk
/node_modules/
/website/node_modules/
/benchmark/node_modules/
/editors/vscode/node_modules/
/editors/vscode/icon.png
/editors/vscode/out/
/editors/vscode/*.vsix
npm/cli-*
# Ignore accidental files from the root
/*.js
/*.jsx
/*.ts
/*.tsx
/tasks/transform_conformance/fixtures/*
/*.ast.txt
/*.cfg.txt
/*.dot
tasks/coverage/babel/
tasks/coverage/test262/
tasks/coverage/typescript/
tasks/prettier_conformance/prettier/
# Ignore the failures directory, which is used to store the results of the codegen coverage tests
tasks/coverage/failures/