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 index 2f5d327..a634987 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # integration-examples -Примеры интеграций с Loop \ No newline at end of file +Примеры интеграций с Loop diff --git a/package.json b/package.json new file mode 100644 index 0000000..11e87f3 --- /dev/null +++ b/package.json @@ -0,0 +1,4 @@ +{ + "name": "modal-pages-test", + "packageManager": "yarn@4.1.1" +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..5f1875e --- /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 + +"modal-pages-test@workspace:.": + version: 0.0.0-use.local + resolution: "modal-pages-test@workspace:." + languageName: unknown + linkType: soft