diff --git a/.gitignore b/.gitignore index 51fac9f2..7a8fb037 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ extensions/ .idea/ dist/ build/ +coverage/ +logs/ # Files package-lock.json @@ -19,3 +21,7 @@ keys.json .DS_Store *.zip i18n-fallback.json +bun.lockb +.env +*.log +*.tmp \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index addcca42..cfdfffe1 100755 Binary files a/bun.lockb and b/bun.lockb differ