commit 1bcf84b591ff8b370266feaa990d016298a1aa48 Author: SofĂ­a Aritz Date: Tue Jul 9 18:38:35 2024 +0200 First commit 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