From 13732258b3270528bb91ad688912a258ee0fc602 Mon Sep 17 00:00:00 2001 From: draco28 <45367879+draco28@users.noreply.github.com> Date: Fri, 5 Jul 2019 22:11:55 +0530 Subject: [PATCH 1/2] Initial commit --- .gitattributes | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/README.md b/README.md new file mode 100644 index 0000000..e169e98 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Isogram_game From c7aafb89c1cf17bf4b96b10414c38d9908fb38cd Mon Sep 17 00:00:00 2001 From: draco28 <45367879+draco28@users.noreply.github.com> Date: Fri, 5 Jul 2019 22:40:30 +0530 Subject: [PATCH 2/2] Revert "Initial commit" This reverts commit 13732258b3270528bb91ad688912a258ee0fc602. --- .gitattributes | 2 -- README.md | 1 - 2 files changed, 3 deletions(-) delete mode 100644 .gitattributes delete mode 100644 README.md diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/README.md b/README.md deleted file mode 100644 index e169e98..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# Isogram_game