Skip to content

Commit

Permalink
fix: ignore more invalid ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Oct 7, 2023
1 parent 521af4e commit f68c91b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@cdktf/cli-core/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# ignore build output
*.d.ts
*.d.ts

# ignore templates, since they're not valid TypeScript
templates

0 comments on commit f68c91b

Please sign in to comment.