From b9fbc8f5d31678ab3705c9215eec8725f51950d8 Mon Sep 17 00:00:00 2001 From: nickpeterson93 Date: Mon, 6 Oct 2025 17:45:39 -0700 Subject: [PATCH] plz work --- .idea/.gitignore | 8 ++++++++ .idea/HelloWorldTutorial.iml | 8 ++++++++ .idea/copilot.data.migration.agent.xml | 6 ++++++ .idea/copilot.data.migration.ask.xml | 6 ++++++ .idea/copilot.data.migration.ask2agent.xml | 6 ++++++ .idea/copilot.data.migration.edit.xml | 6 ++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 15 +++++++++++---- 11 files changed, 75 insertions(+), 4 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/HelloWorldTutorial.iml create mode 100644 .idea/copilot.data.migration.agent.xml create mode 100644 .idea/copilot.data.migration.ask.xml create mode 100644 .idea/copilot.data.migration.ask2agent.xml create mode 100644 .idea/copilot.data.migration.edit.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/HelloWorldTutorial.iml b/.idea/HelloWorldTutorial.iml new file mode 100644 index 0000000..d8b3f6c --- /dev/null +++ b/.idea/HelloWorldTutorial.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml new file mode 100644 index 0000000..4ea72a9 --- /dev/null +++ b/.idea/copilot.data.migration.agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask.xml b/.idea/copilot.data.migration.ask.xml new file mode 100644 index 0000000..7ef04e2 --- /dev/null +++ b/.idea/copilot.data.migration.ask.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask2agent.xml b/.idea/copilot.data.migration.ask2agent.xml new file mode 100644 index 0000000..1f2ea11 --- /dev/null +++ b/.idea/copilot.data.migration.ask2agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.edit.xml b/.idea/copilot.data.migration.edit.xml new file mode 100644 index 0000000..8648f94 --- /dev/null +++ b/.idea/copilot.data.migration.edit.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..23231ce --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f59d69c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 9f944b6..86df4f4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ # HelloWorldTutorial + HSL members learn how to use GitHub For this workshop, you will need: -- A Github account -- Git -- (Optional) An IDE like VSCode -You can follow along with our slides [here](https://docs.google.com/presentation/d/1Y1In6INkj3HyUAgrefAq0X7yWsFsOryloxotmqZFhBE/edit?slide=id.g38489cc8219_0_0#slide=id.g38489cc8219_0_0) (UW login is required for access). \ No newline at end of file +* A Github account +* Git +* (Optional) An IDE like VSCode + +You can follow along with our slides [here](https://docs.google.com/presentation/d/1Y1In6INkj3HyUAgrefAq0X7yWsFsOryloxotmqZFhBE/edit?slide=id.g38489cc8219_0_0#slide=id.g38489cc8219_0_0) (UW login is required for access). + +HOORAY + + +