Skip to content

Commit

Permalink
moved api to seperate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jazicorn committed Oct 6, 2023
1 parent a3aabf6 commit 291973e
Show file tree
Hide file tree
Showing 301 changed files with 3,660 additions and 11,347 deletions.
File renamed without changes.
72 changes: 56 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Created by https://www.toptal.com/developers/gitignore/api/react,node
# Edit at https://www.toptal.com/developers/gitignore?templates=react,node
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Created by https://www.toptal.com/developers/gitignore/api/node,yarn,storybookjs,react
# Edit at https://www.toptal.com/developers/gitignore?templates=node,yarn,storybookjs,react

### Node ###
# Logs
Expand Down Expand Up @@ -125,21 +150,13 @@ dist
# Stores VSCode versions used for testing VSCode extensions
.vscode-test


### yarn ###
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored

.yarn/*

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# End of https://www.toptal.com/developers/gitignore/api/yarn
### Node Patch ###
# Serverless Webpack directories
.webpack/
Expand All @@ -162,4 +179,27 @@ psd
thumb
sketch

# End of https://www.toptal.com/developers/gitignore/api/react,node
### StorybookJs ###
# gitignore template for the Storybook, UI guide for front apps
# website: https://storybook.js.org/

storybook-static/

### yarn ###
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored

.yarn/*
!.yarn/releases
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions

# if you are NOT using Zero-installs, then:
# comment the following lines
# .yarn/cache

# and uncomment the following lines
.pnp.*

# End of https://www.toptal.com/developers/gitignore/api/node,yarn,storybookjs,react
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

426 changes: 213 additions & 213 deletions .yarn/releases/yarn-3.6.1.cjs → .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
nmHoistingLimits: workspaces
pnpMode: loose

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
31 changes: 0 additions & 31 deletions apps/api/.editorconfig

This file was deleted.

27 changes: 0 additions & 27 deletions apps/api/.eslintignore

This file was deleted.

28 changes: 0 additions & 28 deletions apps/api/.eslintrc.json

This file was deleted.

Loading

0 comments on commit 291973e

Please sign in to comment.