From 3821644b48827c7ca1ea76aa37668e3003ad3dc4 Mon Sep 17 00:00:00 2001 From: Kathryn Hodge Date: Tue, 28 Jan 2020 11:01:06 -0800 Subject: [PATCH 1/2] 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/2] 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