diff options
author | Pauline <git@ethanlibs.co> | 2023-10-14 14:40:31 -0400 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-10-14 14:40:31 -0400 |
commit | 06f51ccdc496a6581d098edc424f3973e550221d (patch) | |
tree | b064b8058ef77634dcf2c904a70cdea030884a7a /.gitignore | |
parent | 997b850967df8dc03a7321b167dc9f7b52f98c7a (diff) | |
download | Nexus-06f51ccdc496a6581d098edc424f3973e550221d.tar.gz Nexus-06f51ccdc496a6581d098edc424f3973e550221d.tar.bz2 Nexus-06f51ccdc496a6581d098edc424f3973e550221d.zip |
refactor(build): switch to turborepo & bump deps
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |