From daa3357dbb42bb5067358c6a7a8f44eb811cd0c4 Mon Sep 17 00:00:00 2001 From: innaponomareva Date: Sat, 27 Feb 2021 10:33:49 +0100 Subject: [PATCH 1/3] change in file gitignore --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1dd537b..99ce186 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -### JetBrains template -## git config --global core.excludesfile .gitignore +### JetBrains template## git config --global core.excludesfile .gitignore ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio @@ -33,7 +32,6 @@ thumbs.db .DS_Store *.log -test/ target/generated-sources/ target/ /.classpath From 3588b8207da5872ae006814fd772168d38a090bb Mon Sep 17 00:00:00 2001 From: innaponomareva Date: Sat, 27 Feb 2021 10:50:36 +0100 Subject: [PATCH 2/3] Adding Hello world title --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 99ce186..171209e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +Hello, world! ### JetBrains template## git config --global core.excludesfile .gitignore ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio From 08fd0fe8b862d8e180e62c379cc52358b3128727 Mon Sep 17 00:00:00 2001 From: innaponomareva Date: Sat, 27 Feb 2021 12:28:07 +0100 Subject: [PATCH 3/3] add file with date --- fileWithDate.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 fileWithDate.txt diff --git a/fileWithDate.txt b/fileWithDate.txt new file mode 100644 index 0000000..78ad601 --- /dev/null +++ b/fileWithDate.txt @@ -0,0 +1 @@ +Sa 27 Feb 2021 12:27:08 CET