migration to typescript
This commit is contained in:
parent
924000b084
commit
9fde77468a
41 changed files with 11952 additions and 10164 deletions
31
Backend/.gitignore
vendored
31
Backend/.gitignore
vendored
|
|
@ -1,21 +1,14 @@
|
|||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
|
@ -23,13 +16,21 @@ Thumbs.db
|
|||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
.nyc_output/
|
||||
|
||||
# Uploads (local development)
|
||||
# Prisma
|
||||
prisma/migrations/**/*.sql
|
||||
|
||||
# TSOA
|
||||
public/swagger.json
|
||||
src/routes/routes.ts
|
||||
|
||||
# Uploads (if storing locally)
|
||||
uploads/
|
||||
temp/
|
||||
|
||||
# PM2
|
||||
.pm2/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue