From 256d018d8e66264ba31568fbca697862cdf14940 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sat, 21 Mar 2026 08:19:56 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20nrl-refresh=20=E2=80=94=20accumulated?= =?UTF-8?q?=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .idea/.gitignore | 10 ++++++++++ index.js | 1 + package.json | 10 ++++++++++ 3 files changed, 21 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 index.js create mode 100644 package.json diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..b60ab01f5 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/index.js b/index.js new file mode 100644 index 000000000..04bf26ec6 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log('Happy developing ✨') diff --git a/package.json b/package.json new file mode 100644 index 000000000..20c7ef705 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "${PROJECT_NAME}", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "private": true +}