diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0ec17217d..5e06248f1 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -53,4 +53,6 @@ yarn-error.log | |||
53 | 53 | ||
54 | # TypeScript | 54 | # TypeScript |
55 | *.tsbuildinfo | 55 | *.tsbuildinfo |
56 | /types/dist/ | 56 | |
57 | # Packages | ||
58 | /packages/types/dist/ | ||