chore: add lint plugins to gitignore (#1524)

This commit is contained in:
u9g 2023-11-23 21:43:34 -05:00 committed by GitHub
parent 6ebb42dbd7
commit ec2af2b24a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -18,3 +18,5 @@ npm/cli-*
/*.ts
/*.tsx
/tasks/transform_conformance/fixtures/*
.oxc/plugins/**.*