feat: add GitLab API

This commit is contained in:
Karl-Philipp Wulfert
2018-11-29 12:08:06 +01:00
commit 54d212963c
13 changed files with 3427 additions and 0 deletions

12
.npmignore Normal file
View File

@@ -0,0 +1,12 @@
# Ignore all files/folders by default
# See https://stackoverflow.com/a/29932318
/*
# Execept this files/folders
!docs
!lib
!LICENSE
!package.json
!package-lock.json
!README.md
!src