Skip to content

Commit

Permalink
Fixes issue24 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishyym0927 authored Oct 8, 2024
1 parent 8c362af commit 735aac2
Show file tree
Hide file tree
Showing 7 changed files with 548 additions and 67 deletions.
66 changes: 65 additions & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,66 @@
node_modules
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/log

# Environment variables
.env
.env.local
.env.*.local

# Prisma
prisma/.env
prisma/migrations/

# Build
build/
dist/
out/
.cache/

# Static files
public/static/

# Winston log files
logs/
*.log

# VS Code
.vscode/

# MacOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db

# JetBrains IDEs
.idea/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Parcel-bundler cache
.cache/

# Typescript
*.tsbuildinfo

# Jest
/coverage
Loading

0 comments on commit 735aac2

Please sign in to comment.