feat: added hoppscotch-backend as a package

This commit is contained in:
ankitsridhar16
2022-12-05 12:36:11 +05:30
parent a1d69b3210
commit 75219d457a
16 changed files with 2836 additions and 62 deletions

35
packages/hoppscotch-backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# compiled output
/dist
/node_modules
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json