From 524c6d2be7c5338d1ea882011753a37d8eb39fd8 Mon Sep 17 00:00:00 2001 From: Eric Woodward Date: Mon, 9 Mar 2026 23:56:22 -0400 Subject: [PATCH] First commit --- .editorconfig | 8 ++++++++ .gitattributes | 4 ++++ .gitignore | 17 +++++++++++++++++ README.md | 1 + package.json | 4 ++++ yarn.lock | 12 ++++++++++++ 6 files changed, 46 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..025dd8c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true 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..f03eaec --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions + +# Whether you use PnP or not, the node_modules folder is often used to store +# build artifacts that should be gitignored +node_modules + +# 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..47c37e3 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# express-twtkpr-upload-button diff --git a/package.json b/package.json new file mode 100644 index 0000000..7c87284 --- /dev/null +++ b/package.json @@ -0,0 +1,4 @@ +{ + "name": "express-twtkpr-upload-button", + "packageManager": "yarn@4.9.2" +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..3267dfc --- /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 + +"express-twtkpr-upload-button@workspace:.": + version: 0.0.0-use.local + resolution: "express-twtkpr-upload-button@workspace:." + languageName: unknown + linkType: soft