From 1bcf84b591ff8b370266feaa990d016298a1aa48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Tue, 9 Jul 2024 18:38:35 +0200 Subject: [PATCH] First commit --- .editorconfig | 10 ++++++++++ .gitattributes | 4 ++++ .gitignore | 13 +++++++++++++ package.json | 5 +++++ yarn.lock | 12 ++++++++++++ 5 files changed, 44 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 package.json create mode 100644 yarn.lock diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1ed453a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{js,json,yml}] +charset = utf-8 +indent_style = space +indent_size = 2 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..af3ad12 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/.yarn/** linguist-vendored +/.yarn/releases/* binary +/.yarn/plugins/**/* binary +/.pnp.* binary linguist-generated diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..870eb6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions + +# Swap the comments on the following lines if you wish to use zero-installs +# In that case, don't forget to run `yarn config set enableGlobalCache false`! +# Documentation here: https://yarnpkg.com/features/caching#zero-installs + +#!.yarn/cache +.pnp.* diff --git a/package.json b/package.json new file mode 100644 index 0000000..2af18de --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "name": "sofi-to", + "packageManager": "yarn@4.3.0", + "private": true +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..7d33b68 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,12 @@ +# This file is generated by running "yarn install" inside your project. +# Manual changes might be lost - proceed with caution! + +__metadata: + version: 8 + cacheKey: 10c0 + +"sofi-to@workspace:.": + version: 0.0.0-use.local + resolution: "sofi-to@workspace:." + languageName: unknown + linkType: soft