Skip to content

Commit

Permalink
Merge pull request #16 from KinanaDB/schema-doc
Browse files Browse the repository at this point in the history
Schema doc
  • Loading branch information
Mohamed-khattab authored Feb 14, 2024
2 parents bea0df9 + 80630fc commit a8be67b
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Ignore file
.gitignore

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down Expand Up @@ -122,9 +125,13 @@ dist
# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# VSCode
.vscode/

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

Loading

0 comments on commit a8be67b

Please sign in to comment.