From 7360cbc029f375bdcdf866767a7db1fc5bd6b2f1 Mon Sep 17 00:00:00 2001 From: CodedSakura Date: Fri, 15 Nov 2024 18:56:37 +0200 Subject: [PATCH] First commit --- .editorconfig | 10 ++++++++++ .gitattributes | 4 ++++ .gitignore | 13 +++++++++++++ README.md | 1 + package.json | 4 ++++ yarn.lock | 12 ++++++++++++ 6 files changed, 44 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md 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/README.md b/README.md new file mode 100644 index 0000000..18803d0 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# backend diff --git a/package.json b/package.json new file mode 100644 index 0000000..abc05c6 --- /dev/null +++ b/package.json @@ -0,0 +1,4 @@ +{ + "name": "backend", + "packageManager": "yarn@4.5.1" +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..5099b9e --- /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 + +"backend@workspace:.": + version: 0.0.0-use.local + resolution: "backend@workspace:." + languageName: unknown + linkType: soft