Init repo
This commit is contained in:
commit
b46f5ce52a
3 changed files with 31 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* text eol=lf
|
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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
3
readme.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# HackerRank
|
||||||
|
|
||||||
|
Create HR-like tests and share some solutions
|
Loading…
Add table
Add a link
Reference in a new issue