diff --git a/.gitignore b/.gitignore index 6224ee2..fe347f6 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ dist-ssr # Prevent Prettier from formatting Rust build artifact. /src-tauri/**/target/ + +tsconfig.tsbuildinfo diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad3398..1525338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks - :green_heart: Make the CI scripts more specific. +- :see_no_evil: Ignore tsconfig.tsbuildinfo. ## [1.0.1] - 2023-11-25