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!");