From 7e31493cc4d2f9b1a9225deebadec0cfb8181841 Mon Sep 17 00:00:00 2001 From: Asahi <381848900@qq.com> Date: Tue, 17 Jun 2025 17:16:26 +0800 Subject: [PATCH] first --- .gitignore | 2 +- dist/index.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 dist/index.js diff --git a/.gitignore b/.gitignore index 10afc9c..6ccf589 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /_agent.js /node_modules -/dist \ No newline at end of file +folder_name/ \ No newline at end of file diff --git a/dist/index.js b/dist/index.js new file mode 100644 index 0000000..96fe75f --- /dev/null +++ b/dist/index.js @@ -0,0 +1,2 @@ +"use strict"; +console.log("Hello World!");