From b46f5ce52acad89e7be1ace545b8182c3b826d73 Mon Sep 17 00:00:00 2001 From: Trishun Date: Sun, 23 Oct 2022 00:42:58 +0200 Subject: [PATCH] Init repo --- .gitattributes | 1 + .gitignore | 27 +++++++++++++++++++++++++++ readme.md | 3 +++ 3 files changed, 31 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 readme.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c514383 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +target/ + +# VSC files +**/.classpath +**/.factorypath +**/.project +**/.settings + +# NetBeans configuration +**/nb-configuration.xml +**/nbproject/ +**/*.NavData + +# IntelliJ IDEA +.idea/ +**/*.iml + +# System dependent scripts +**/*.sh +**/*.bat + +# Log files +**/*.log +# gzipped archives +**/*.gz + +# Project specific files diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..14b913b --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# HackerRank + +Create HR-like tests and share some solutions \ No newline at end of file