From 06f51ccdc496a6581d098edc424f3973e550221d Mon Sep 17 00:00:00 2001 From: Pauline Date: Sat, 14 Oct 2023 14:40:31 -0400 Subject: refactor(build): switch to turborepo & bump deps --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e21220f..3504d58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# Created by https://www.toptal.com/developers/gitignore/api/git,java,node,rust,yarn,astro,linux,macos,maven,swift,turbo,gradle,kotlin,nextjs,windows,intellij,forgegradle,intellij+all,intellij+iml,rust-analyzer,visualstudiocode -# Edit at https://www.toptal.com/developers/gitignore?templates=git,java,node,rust,yarn,astro,linux,macos,maven,swift,turbo,gradle,kotlin,nextjs,windows,intellij,forgegradle,intellij+all,intellij+iml,rust-analyzer,visualstudiocode +# Created by https://www.toptal.com/developers/gitignore/api/git,java,node,rust,yarn,astro,linux,macos,maven,swift,turbo,gradle,kotlin,nextjs,windows,intellij,forgegradle,intellij+all,intellij+iml,rust-analyzer,visualstudiocode,astro +# Edit at https://www.toptal.com/developers/gitignore?templates=git,java,node,rust,yarn,astro,linux,macos,maven,swift,turbo,gradle,kotlin,nextjs,windows,intellij,forgegradle,intellij+all,intellij+iml,rust-analyzer,visualstudiocode,astro ### Astro ### # Gitignore template for Astro projects @@ -544,7 +544,7 @@ Cargo.lock *.pdb ### rust-analyzer ### -# Can be generated by other build systems other than cargo (ex: bazelbuild/rust_rules) +# Can be generated by other build systems other than cargo (ex: bazelbuild/rust_rules) rust-project.json @@ -723,4 +723,5 @@ gradle-app.setting # Java heap dump *.hprof -# End of https://www.toptal.com/developers/gitignore/api/git,java,node,rust,yarn,astro,linux,macos,maven,swift,turbo,gradle,kotlin,nextjs,windows,intellij,forgegradle,intellij+all,intellij+iml,rust-analyzer,visualstudiocode \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/git,java,node,rust,yarn,astro,linux,macos,maven,swift,turbo,gradle,kotlin,nextjs,windows,intellij,forgegradle,intellij+all,intellij+iml,rust-analyzer,visualstudiocode,astro +apps/.deps -- cgit