Init repo

This commit is contained in:
Piotr Dec 2022-10-23 00:42:58 +02:00
commit b46f5ce52a
3 changed files with 31 additions and 0 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text eol=lf

27
.gitignore vendored Normal file
View file

@ -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

3
readme.md Normal file
View file

@ -0,0 +1,3 @@
# HackerRank
Create HR-like tests and share some solutions