Commit 6600f452 authored by Grant's avatar Grant
Browse files

initial

parents
Loading
Loading
Loading
Loading

.editorconfig

0 → 100644
+10 −0
Original line number Diff line number Diff line
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2

.gitattributes

0 → 100644
+4 −0
Original line number Diff line number Diff line
/.yarn/**            linguist-vendored
/.yarn/releases/*    binary
/.yarn/plugins/**/*  binary
/.pnp.*              binary linguist-generated

.gitignore

0 → 100644
+19 −0
Original line number Diff line number Diff line
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Swap the comments on the following lines if you wish to use zero-installs
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
# Documentation here: https://yarnpkg.com/features/caching#zero-installs

#!.yarn/cache
.pnp.*

node_modules
dist
src/schema.test.ts
openapi.test.yml
 No newline at end of file

.yarnrc.yml

0 → 100644
+1 −0
Original line number Diff line number Diff line
nodeLinker: node-modules

README.md

0 → 100644
+1 −0
Original line number Diff line number Diff line
# sc07-router