From 3821644b48827c7ca1ea76aa37668e3003ad3dc4 Mon Sep 17 00:00:00 2001 From: Kathryn Hodge Date: Tue, 28 Jan 2020 11:01:06 -0800 Subject: [PATCH 1/3] Adding gitignore --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e7bcaed7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk From a893a341ff744afd03ed5673c17429859386e826 Mon Sep 17 00:00:00 2001 From: Kathryn Hodge Date: Tue, 28 Jan 2020 11:13:42 -0800 Subject: [PATCH 2/3] Update file name --- hello.java => HelloWorld.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hello.java => HelloWorld.java (100%) diff --git a/hello.java b/HelloWorld.java similarity index 100% rename from hello.java rename to HelloWorld.java From b00859ef84d00912abd32da837e8502963c369ad Mon Sep 17 00:00:00 2001 From: Ty-Rex <14342107+Ty-Rex@users.noreply.github.com> Date: Wed, 8 Jul 2020 23:58:42 -0600 Subject: [PATCH 3/3] Changed name in hello world --- .project | 11 +++++++++++ HelloWorld.java | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .project diff --git a/.project b/.project new file mode 100644 index 00000000..96ad28a2 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + learning-java-2825378 + + + + + + + + diff --git a/HelloWorld.java b/HelloWorld.java index 12b67166..03eaff05 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,6 +1,6 @@ public class HelloWorld { public static void main(String[] args) { - System.out.println("Hello World! It's me Kathryn!"); + System.out.println("Hello World! It's me Ty!"); } } \ No newline at end of file