simplex messaging api types and docs generation (#32)
* simplex messaging api types and docs generation * api endpoints annotations * endpoint titles * refactor
This commit is contained in:
committed by
GitHub
parent
22f2e318af
commit
cb39727088
25
.gitignore
vendored
25
.gitignore
vendored
@@ -15,3 +15,28 @@
|
||||
# vendor/
|
||||
|
||||
.DS_Store
|
||||
|
||||
# Haskell
|
||||
dist
|
||||
dist-*
|
||||
cabal-dev
|
||||
*.o
|
||||
*.hi
|
||||
*.hie
|
||||
*.chi
|
||||
*.chs.h
|
||||
*.dyn_o
|
||||
*.dyn_hi
|
||||
.hpc
|
||||
.hsenv
|
||||
.cabal-sandbox/
|
||||
cabal.sandbox.config
|
||||
*.prof
|
||||
*.aux
|
||||
*.hp
|
||||
*.eventlog
|
||||
.stack-work/
|
||||
cabal.project.local
|
||||
cabal.project.local~
|
||||
.HTF/
|
||||
.ghc.environment.*
|
||||
|
||||
Reference in New Issue
Block a user